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.
FIND command
Name: Bob Date: December 28, 2000 at 05:58:18 Pacific
Comment:
I'm looking for a file that i know the name and i use the command FIND but i don't know the parameter to find every instance of the file and from which directory i can execute the command?
Name: Caine Lim Date: December 28, 2000 at 08:15:50 Pacific
Reply:
Y not u have a try for command "attrib"?? Type 'attrib /s filename'. EXP like if i wanna find all file with extention 'bat'.. then i type 'attrib /s *.bat'. It will list our all filename with extention bat inyour whole HDD & at the same times show out the locations too.
0
Response Number 2
Name: Michael Date: December 28, 2000 at 10:37:09 Pacific
Reply:
Actually dir will do the same thing.
dir /s filename.txt
will list all files with the name filename.txt in the current directory and all directories under it. It's best to CD to the root directory before hand so it will search the whole hard drive and not just the current directory.
Summary: Hey guys. I'm having a problem with the FIND command. Say I want to find the string "2000" in a file of numbers, how can I just locate this number rather than also locating "20000" "200000" etc... Any...
Summary: Hi I can ping xyz >> ping.txt to dump the contents into the file. I then want to query this file for a successfull ping and if so map a drive to that machine. Can someone tell me how to do this. I ...
Summary: Hi, Newbie Here. I am trying to use the FIND command to search multiple files for multiple words using the OR operand. I just need to know if the files have ANY of the words i am searching for, not AL...