-----Original Message-----
Then use the cmdline! Start "cmd.exe". The "del" cmdline intrinsic will do
the job for you ("del /?" for help).
If you decide to write a batch file that takes a text file as input, then
deletes the filenames listed, you'll also want to look at the "for"
intrinsic.
Windows 2000 Help should have pretty good documentation for those commands,
too.
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
-----Original Message-----
I need to delete a selection of files (about 8-9
thousand)
and want to know if there is a way of doing this without
having to select every file by hand. I know the usual
user things, but this is one that I've never had to do
before.
Any help available would be appreciated.
Thanks
-----reply-----
.
If the files are in one big group, click the first one,
hold down shift and click the last one, it will delete
everything in between
.
-----reply-----
Thanks for the basic lesson, I need the advanced version!
The files are jumbled up in a group of about 17,000 and
the numbers are non-sequential.
The list of unwanted files is available as a text file or
even a .db, but I can't make SQL work within windows file
commands.
.