View Single Post
  #2  
Old December 17th 08, 08:40 PM posted to microsoft.public.windowsxp.general
Pegasus \(MVP\)[_2733_]
external usenet poster
 
Posts: 1
Default delete a file that is in every folder


"kirk" wrote in message
...
I have a file that was created from a dirlister program and it is in every
folder.
How can I delete this file in batch mode?
The file name is" _thisdir.html"


Do this:
- Click Start / Run / cmd{OK}
- Type this command:
del /s "c:\_thisdir.html" {Enter}


Ads