delete a file that is in every folder

  • Thread starter Thread starter kirk
  • Start date Start date
K

kirk

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"
 
kirk said:
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}
 
kirk said this on 12/17/2008 3:27 PM:
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"
open search in explorer in C:\ and search for the file.
When it finishes, in the search results, you can select all and delete.
Shift delete skips the recycle bin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top