summaryrefslogtreecommitdiff
path: root/test/syntax/code/dos
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/code/dos')
-rw-r--r--test/syntax/code/dos24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/syntax/code/dos b/test/syntax/code/dos
new file mode 100644
index 00000000..246ca3d9
--- /dev/null
+++ b/test/syntax/code/dos
@@ -0,0 +1,24 @@
+cd \
+copy a b
+ping 192.168.0.1
+@rem ping 192.168.0.1
+net stop sharedaccess
+del %tmp% /f /s /q
+del %temp% /f /s /q
+ipconfig /flushdns
+taskkill /F /IM JAVA.EXE /T
+
+cd Photoshop/Adobe Photoshop CS3/AMT/
+if exist application.sif (
+ ren application.sif _application.sif
+) else (
+ ren _application.sif application.sif
+)
+
+taskkill /F /IM proquota.exe /T
+
+sfc /SCANNOW
+
+set path = test
+
+xcopy %1\*.* %2