The VBScript Network and Systems Administrator's Cafe:

wscript.shell

1

October 24, 2008  12:30 AM

Using Environment variables inside a VBScript script



Posted by: Jerry Lees
Environment Variables, VBScript, wscript, wscript.shell

As an extension of the theme I've been blogging about lately of "interfacing with other types of applications" in VBScript, I'd like to share with you a snippet of VBScript code that will allow you to read environment variables from your system. This will allow you to determine a great deal of...

June 6, 2008  1:53 PM

A simple way to Write to the registry with VBScript



Posted by: Jerry Lees
Functions, regwrite, regwrite method, wscript.shell

Last time I posted I gave you a function that provided 

  Bookmark and Share     0 Comments     RSS Feed     Email a friend


June 4, 2008  2:57 PM

A simple way to read the registry with VBScript



Posted by: Jerry Lees
regread, regread method, VBScript, wscript.shell

On occasion when administering a group of systems you need to preform certain tasks depending on if something is installed or a particular setting is a certain value and the only way to determine if a system needs attention is to look in the registry. So, In this installment we will look at...


1