PDA

View Full Version : Delete Files



asmithz
01-30-2006, 06:01 PM
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.

asmithz
01-30-2006, 10:18 PM
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.

fkdup74
01-31-2006, 03:52 AM
start/search/all files and folders/<enter search term>/select em and can em

works for me anyway :P

tesco
01-31-2006, 04:12 AM
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

kooks
02-09-2006, 02:44 AM
start->run
type cmd and then press enter
type del d:\dir1\file*.*