I guess the other option would be use WSH or VBScript.

There is a grep utility in the resource kit that works well.  relativly
fast, I think there are some faster tho...

anyone have links for good linux resources tutorials, or quality books to
spend $$ on?

Dan
-boomer

-----Original Message-----
From: Chris Bodnar [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 1:18 PM
To: NT System Admin Issues
Subject: RE: Print or save search results?


Thanks Dan,

I am fairly literate with the command prompt. There are a few instances
where it would be more convenient to use the GUI, and then export the
results.

For example when searching for files with a specific text string. I am aware
of how to do this via the "FOR" command, and "FIND". It would just be easier
in certain situations to use the GUI. Was hoping someone had found a way to
do this.



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

-----Original Message-----
From: Miley, Dan [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 12:10 PM
To: NT System Admin Issues
Subject: RE: Print or save search results?

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

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