update inbox list
This commit is contained in:
24
vendor/scrivo/highlight.php/test/detect/dos/default.txt
vendored
Normal file
24
vendor/scrivo/highlight.php/test/detect/dos/default.txt
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user