PDA

View Full Version : Need a way to check if a list of folders all have .sfv files in them


mp3boy
05-14-2004, 01:00 PM
Hi all

As the title says, i'm looking for a way to check a group of folders to see if a .sfv file is present in each of them. Is there a way to do this, either a command or a program?

Some have more than one sfv file, so i can't just do a search and see if the numbers match :(

Thanks in advance
Chris

QWERTY
05-14-2004, 03:02 PM
From the command-line switch to that directory and do a DIR *.svr /s /p

Or use the Search option off of the Startmenu.

Neo
05-14-2004, 03:03 PM
Right click on the folder of which contains the stuff you want. Then select search. Next type in *.sfv
Just remember, * is always a wild card.