I need to save the results of searches, not just the queries

G

Guest

Hello all.

I am trying to check on the status of certain files twice per week. However,
While I can save the queries, I don't know how to save the list of files and
folders that may be generated by the query. Is there some kind of log or
temporary file created that has these results and displays them in search
companion?
Regardless of how WIndows creates the search results, if there is a way to
save the filename, path and other info to a .txt or .csv (even better!) that
would be a big help when I try to make comparisons.

Thanks in advance for any help you may provide.

AN
 
V

Valery

One way:
(in cmd)>dir C:\yourmask*.* /S /A:-D > reslist.txt
/S Displays files in specified directory and all subdirectories.
/A Displays files with specified attributes.
attributes D Directories R Read-only files
H Hidden files A Files ready for archiving
S System files - Prefix meaning not
;)

"anothernewbie" <[email protected]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ ×
ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
news:[email protected]...
 
R

Ramesh, MS-MVP

How to print Windows XP Search results to a file ?:
http://windowsxp.mvps.org/searchresults.htm

Printing search results using the "Send To" Powertoy:
http://groups.google.co.uk/[email protected]

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Hello all.

I am trying to check on the status of certain files twice per week. However,
While I can save the queries, I don't know how to save the list of files and
folders that may be generated by the query. Is there some kind of log or
temporary file created that has these results and displays them in search
companion?
Regardless of how WIndows creates the search results, if there is a way to
save the filename, path and other info to a .txt or .csv (even better!) that
would be a big help when I try to make comparisons.

Thanks in advance for any help you may provide.

AN
 
R

Ramesh, MS-MVP

Yes. That will work also. Not many would like to use the Command Prompt to perform a search. The links I posted describe how to capture the Search companion output to a file.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com



But You can use commands such as "dir disk:\yourmask > serch_results.txt"
in batch files and in scheduled tasks...

How to print Windows XP Search results to a file ?:
http://windowsxp.mvps.org/searchresults.htm

Printing search results using the "Send To" Powertoy:
http://groups.google.co.uk/[email protected]
 

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