If you really want to delete everything
attrib -H -S -R *.*
del *.*
The first command removes the hidden, system and readonly "flags" from every file in the directory. Hidden system and readonly files won't be deleted by "del *.*". Hidden, system and readonly files are not exactly rare, but they aren't exactly common, so for the most part you can ignore this advice, unless del *.* decides to silently not work... =)
__________________
Last edited by JHVH : 10-29-4004 BC at 09:00 PM. Reason: Time for a rest.
|