Including common functions and statement in your scripts
I tend to use a lot of common code in my scripts and while
I can just cut and paste them into each new script it's much easier to just lump
all my common code into one file and then just call it from each script.
I add the lines below to each script and my common code is in "includes.vbs" -
easy as that!