Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
search
Name: Marc Date: September 15, 2002 at 16:17:17 Pacific OS: 2000 CPU/Ram: 400 64ram
Name: sean Date: September 15, 2002 at 17:16:27 Pacific
Reply:
go to Start-> Run -> type in "cmd". from the command prompt type " cd \ " then type this:
C:\> dir [file_name] /s
replace [file_name] with whatever file you want. the /s mean search subdirectories. if you dont put the /s then it will only search the root directory. enjoy.
0
Response Number 2
Name: Dan Penny Date: September 16, 2002 at 04:37:50 Pacific
Reply:
If the file you're searching for is marked as hidden, it won't show up unless you add the /a (all) switch to the dir command. ie;
dir/a/s filename.ext
(As sean stated, ensure you're in the root directory of the drive you want to search.)
0
Response Number 3
Name: Alfredo Date: September 16, 2002 at 09:01:58 Pacific
Summary: I need to search a text file in all directories , and append those files of the same name ( in different path ofcourse). Please help me !!! :"> ...
Summary: Hi guys, Can anyone help me with a batch file that searches a drive for .pst and .dbx files through all dirs, then copies the files it found to a directory? thanks heaps , Mike ...
Summary: Hi, I am trying to write a batch script to manually remove Symantec Norton Anti Virus Corporate Edition. I know how to delete keys, but I need to be able to search the registry for a particular key. D...