VBscript / ASP Notes
-
A good resource for a lot of web stuff, including vbscript.
http://www.w3schools.com/vbscript/vbscript_ref_functions.asp
-
A short example on how to read and write INI files with VBScript.
http://www.motobit.com/tips/detpg_asp-vbs-read-write-ini-files.htm
-
Wscript.Echo "Like this?" - in wscript this will come up as a msgbox, in cscript, it writes to console
-
Date variable creation - ISO format: Date = #2009-10-19#
Tags: vbscript, vbs, .vbs, program, ASP