Search This Blog

VBScripts

Here is a list of useful scripts which may come in handy.

 Script Name  Description
 VBScript Template A simple template for vbscripts. It has force_cscript in it, script version, header and also the On Error Resume Next switch
 Run scripts in CMD Window Running a vbs file will open up the CMD window, instead of running it silently in the background.
Commands like wscript.echo for example will not give a popup message but write directly into the CMD window.