Computing.Net > Forums > Programming > Search for a folder in any drive

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 for a folder in any drive

Reply to Message Icon

Name: indu shreenath
Date: January 9, 2008 at 22:49:00 Pacific
OS: Windows XP
CPU/Ram: N/A
Product: N/A
Comment:

How do I search for a folder say "XYZ" in any of drives on a windows xp machine using batch script


Have a Nice Day



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: January 9, 2008 at 23:35:15 Pacific
Reply:

for %%d in (c d e f g h) do (
dir/s/b/ad %%d:\xyz
)


=====================================
If at first you don't succeed, you're about average.

M2



0
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 Programming Forum Home


Sponsored links

Ads by Google


Results for: Search for a folder in any drive

Scripts to search for a text in a view source www.computing.net/answers/programming/scripts-to-search-for-a-text-in-a-view-source/19961.html

Search for a line in a text file www.computing.net/answers/programming/search-for-a-line-in-a-text-file/19293.html

Delphi checking for empty folders www.computing.net/answers/programming/delphi-checking-for-empty-folders/5984.html