how to launch "search find files or folders" from command line

C

coltrane

How can I launch the find files applet from the command line. Actually
I would like to create a short cut and also add it to an applications
"tools" menu.

thanks for the help


John
 
G

Gary Smith

coltrane said:
How can I launch the find files applet from the command line. Actually
I would like to create a short cut and also add it to an applications
"tools" menu.

You could run a suitable search manually, save the search, and create a
shortcut to it. You can run a saved search from the command line with the
start command, perhaps something like:

start "" "C:\Path to\Saved Search.fnd"
 
C

coltrane

Thanks.

Unfortunately this does not provide the functionality I need

thanks again

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top