Computing.Net > Forums > Disk Operating System > FIND command

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

Reply to Message Icon

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?



Sponsored Link
Ads by Google

Response Number 1
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.

-Michael


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: FIND command

The FIND command www.computing.net/answers/dos/the-find-command/13233.html

Find command www.computing.net/answers/dos/find-command/5987.html

I Need Help with the FIND Command www.computing.net/answers/dos/i-need-help-with-the-find-command/12687.html