to save search list to go to a command prompt and type 

dir \\(ServerName)\Sharename\foldername\*.doc  >  c:docs_on_server.txt 
You pick the filename and folder. 

You can use most of the same options of the gui, some are better. 

sort by date add -od

dir -od \\(ServerName)\Sharename\foldername\*.doc  >
c:docs_on_serversorted_by_date.txt 


print wide /w

dir /w \\(ServerName)\Sharename\foldername\*.doc  >
c:docs_on_server_widely.txt 

etc...

type 

dir /? |more   ;at a command prompt for pages of info.

Learn the command prompt, it is your friend, Grasshopper.

Dan

"Times are bad. Children no longer
 obey their parents,  and everyone is writing a book."
 -Marcus Tullius Cicero, statesman, orator and writer (106-43 BCE)
-----Original Message-----
From: Chris Bodnar [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 10:46 AM
To: NT System Admin Issues
Subject: Print or save search results?


Dumb question:

Is there a way to print the list of files generated in the W2K GUI search?
Besides doing a print screen? Or a way to save the search results to a file?

TIA



Chris Bodnar
The Lehigh Group
610-966-9702 X:134


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm
This e-mail may be privileged and/or confidential, and the sender does not
waive any related rights and obligations. Any distribution, use or copying
of this e-mail or the information it contains by other than an intended
recipient is unauthorized. If you received this e-mail in error, please
advise me (by return e-mail or otherwise) immediately. 

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

Reply via email to