zaterdag 4 juli 2009

Delete Doctor 2.1

Can delete files that are difficult to delete, such as some files left by viruses and trojans, or files with corrupted file names, etc. Delete at your own risk. To download.

Or write a batch file that looks like this:

echo on
del "D:\x\**"
dir "D:\x\**"
pause

where D is the drive name, x is the folder name, and ** means all files.
Use notepad and rename the txt file "temp.bat". Don't forget to execute it to delete all files in the folder.
 
Click here to play the video clip