May 9, 2007
CleanDir.js helps you manage the size of your log file folders by making it easy to delete files in a folder and limit a folder's size.
Windows IT Pro
March 13, 2006
The ScriptPath function determines a script's path while the script is running so that the script can, for example, use a .wsc file that's not registered on the computer.
Windows IT Pro
November 14, 2005
Determining the script host is important when a WSH script uses the WScript object’s Echo method repeatedly or uses certain WScript object properties. Here’s a function that determines the script host while the script is running.
Windows IT Pro
August 8, 2005
Here are two functions that let you obtain a user’s SID and, conversely, obtain the username associated with a SID.
Windows IT Pro
June 13, 2005
Reading a text file into an array has its advantages, including being able to iterate through a file multiple times without having to close it and open it again
Windows IT Pro
May 10, 2005
Instead of using ping.exe, which has some drawbacks, to ping remote computers, you can use the Alive function in your .vbs code and IsAlive.cmd in your .cmd code.
Windows IT Pro
April 11, 2005
Like cmd.exe’s For /f command, the GetToken function lets you parse a line for a specific token in VBScript code.
Windows IT Pro
Add these Headlines to your Website