自動參數如何刪除單資料夾<CLOSED>

Home Home
引用 | 編輯 fishj07
2005-10-31 07:27
樓主
推文 x0
@echo off
echo.
del play1.bat

echo.
del /s /q expositive\

echo.
del /S /q fl ..

訪客只能看到部份內容,免費 加入會員



獻花 x0
引用 | 編輯 billjrm
2005-10-31 18:12
1樓
  
複製程式
@echo off
echo. 
del play1.bat

echo.
rd /s /q expositive\ 

echo.
rd /S /q flash intro\ 


copy play.bat "%USERPROFILE%\桌面"

echo. 
pause 
exit


獻花 x0