Win 2000 Server Resource Kit (*.vbs)

J

JohnNews

Folks:

I am interested in using the SCRIPTING process to become a better network
manager.

I notice that the windows 2000 server Resource kit has a large number of
Visual basic files (*.vbs). How can I run these scripts to get information
about my network or information about specific computers on my network.


Thanks,
John.
 
R

Ritchie

JohnNews said:
Visual basic files (*.vbs). How can I run these scripts to get information

Download and install the lastest version of WSH from:-
http://www.microsoft.com/downloads/

To run a script in a GUI environment use:-

wscript //nologo yourscript.vbs

To run a script in a console window use:-

cscript //nologo yourscript.vbs
 

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