create a batch for /f %%I in (hosts.txt) do processor.vbs /S %%I >> output.txt
list all your hosts in hosts.txt run the batch from the same directory as the hosts.txt and pipe the output to a text file - output.txt There are a few gui tools - don't know if they are free. http://www.windowware.com/ - has a trial ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "NT 2000 Discussions" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 6:01 AM Subject: Re: Scripting Processor of all machines > > Thanks.. but without sounding like a complete muppet with 0 experience with > scripting.. How do I get this into a script? to run? > > Does anyone know if their is a simple 'free' graphical util for this? > > Thanks > > Robert Rutherford > > > > > "James R. Gregg" > <[EMAIL PROTECTED]> To: "NT 2000 Discussions" <[EMAIL PROTECTED]> > Sent by: cc: > bounce-nt2000-235971@ls Subject: Re: Scripting Processor of all machines > .swynk.com > > > 13/03/2002 03:40 > Please respond to "NT > 2000 Discussions" > > > > > > > for /f %I in (hosts.txt) do processor.vbs /S %I > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "NT 2000 Discussions" <[EMAIL PROTECTED]> > Sent: Tuesday, March 12, 2002 10:59 AM > Subject: Scripting Processor of all machines > > > > > > Hi All, > > > > How would I script a report to dump all the processor speeds of all > > computers in a domain. I see that processor.vbs does the job for one > > machine... any further info would be appreciated... Also any places where > I > > can get relevant resources/books, etc. > > > > Many thanks in advance > > > > Robert Rutherford > > > > > > > > > > > **************************************************************************** > > **************** > > This E-mail and any files transmitted with it are in commercial > > confidence and intended solely for the use of the individual or entity > > to whom they are addressed. If you have received this E-mail in error > > please notify the Administrator by E-mail ([EMAIL PROTECTED]). > > > > Any views or opinions expressed are solely those of the author and do > > not necessarily represent those of DEK Printing Machines Ltd., or its > affiliates. > > > **************************************************************************** > > **************** > > > > > > ------ > > You are subscribed as [EMAIL PROTECTED] > > Archives: http://www.swynk.com/sitesearch/search.asp > > To unsubscribe send a blank email to [EMAIL PROTECTED] > > > ------ > You are subscribed as [EMAIL PROTECTED] > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe send a blank email to [EMAIL PROTECTED] > > > > > > ------ > You are subscribed as [EMAIL PROTECTED] > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe send a blank email to [EMAIL PROTECTED] ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
