Sending An Email Message Using Vbscript

Sending an Email Message Using VBScript

There may be instances where you need to automatically send a message from some type of application or program. Or, you may want to send yourself an alert when a …

Mapping Network Drives Using Vbscript

Mapping Network Drives Using VBScript

One of the most common login scripts used in a domain environment is one that maps network drives for the end-user. There are a few ways that a solution can …

Accessing The Local Registry Using Vbscript

Accessing the Local Registry Using VBScript

Accessing the local registry is quite easy using VBScript. Here are some examples on how to read, write, and delete information from the local registry. RegRead Syntax object.RegRead(strName) More information on …

How To Pass Parameters To Vbscript

How to Pass Parameters to VBScript

If you have a VBScript program that would be better utilized if you can pass one or more parameters at run time, you can easily do so by accepting them …

Creating A Pop-Up Message Using Vbscript

Creating a Pop-up Message using VBScript

The Popup method produces a pop-up message box that can display a message to a user for a specified amount of time. If the message time is omitted or set …

Scroll to Top