VBScript
Microsoft :
Portable Script Center and other scripting tools: http://technet.microsoft.com/en-us/scriptcenter/dd823314.aspx.
TechNet Script Center: http://technet.microsoft.com/en-us/scriptcenter/default.aspx.
The Script Center Script Repository: http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true
…………………………………………………………………………………………………….
CodeProject :
http://www.codeproject.com/KB/vbscript/
…………………………………………………………………………………………………….
Computer Performance :
http://www.computerperformance.co.uk/vbscript/index.htm
…………………………………………………………………………………………………….
DevGuru :
http://www.devguru.com/technologies/vbscript/home.asp
…………………………………………………………………………………………………….
Rob van der Woude :
http://www.robvanderwoude.com/index.php
…………………………………………………………………………………………………….
Inserting quotes (for example when executing an EXE inside a VBScript file that has spaces in the path): use three double quotes.
Example: Wshell.Run “”"C:\…Path with spaces\MyProgram.exe”"”, 6, True
…………………………………………………………………………………………………….

Comments»
No comments yet — be the first.