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 …
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 …
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 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 …
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 …
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 …