I asked this before i think, but what can i use to delete a bunch of files from my computer at the same time by something that is in the files name.
Printable View
I asked this before i think, but what can i use to delete a bunch of files from my computer at the same time by something that is in the files name.
Come on anyone, what i want to do is be able to delete a bulk of my files that say for instance (j) in it.
start/search/all files and folders/<enter search term>/select em and can em
works for me anyway :P
Use * as a wild card.
For example if your files are c:\j1.rar, c:\j2.jpg, c:\j2.rar, and c:\jg9edfg.nfo you can type del c:\j*.*
You need to either tell us exactly what ur search terms are or try to come up with ur own code for deleting them.
BTW you type that into a command prompt...start->run->type 'cmd
start->run
type cmd and then press enter
type del d:\dir1\file*.*