25 lines
401 B
Text
25 lines
401 B
Text
|
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
|