=====VB Script===== The company I work for does a lot of network work on Windows. I've written a few scripts to help them with their diagnostics. That's what led me to VB Script. Below are some references I've found helpful. ====Tools==== [[http://klenwell.googlecode.com/svn/trunk/templates/vbscript/ Klenwell VBScript Templates]] [[http://www.microsoft.com/downloads/details.aspx?familyid=231D8143-F21B-4707-B583-AE7B9152E6D9&displaylang=en HTA Helpomatic]] (microsoft.com) ====Reference==== ===General=== [[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/ddfa5183-d458-41bc-a489-070296ced968.asp VB Script User's Guide]] (msdn.microsoft.com) [[http://en.wikipedia.org/wiki/VBScript VBScript]] (wikipedia) [[http://www.javacommerce.com/displaypage.jsp?name=ch13.sql&id=18220 VBScript Overview]] (javacommerce.com) [[http://www.4guysfromrolla.com/webtech/092399-1.2.shtml VBScript Objects]] [[http://www.4guysfromrolla.com/webtech/102898-1.shtml VBScript Dictionary Object]] [[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/294e3d21-795e-4f3d-b9df-c74cde3390cb.asp VbScript Script Control (If... Then... ElseIf... Then... Else... End If]] [[http://blogs.msdn.com/ericlippert/archive/2004/08/19/217244.aspx Error Handling]] (blogs.msdn.com) [[http://www.computerperformance.co.uk/Logon/VBScript/VBScript_Windows_option_explicit.htm Option Explicit]] (computerperformance.co.uk) [[http://www.visualbasicscript.com/m_29820/tm.htm Include External File]] (visualbasicscript.com) [[http://www.microsoft.com/technet/scriptcenter/topics/beginner/firststeps.mspx Intro to VB Script]] (microsoft.com) ===WMI=== [[http://msdn2.microsoft.com/en-us/library/aa384463.aspx WMI]] (microsoft.com) [[http://msdn2.microsoft.com/en-us/library/aa394084.aspx WMI Win32 Classes]] (microsoft.com) [[http://www.microsoft.com/technet/prodtechnol/speech/library/mss/sas_adm_WMI_Properties.mspx WMI Object Properties property]] (microsoft.com) [[http://www.interclasse.com/scripts/SoftwareMeteringCLS.php WMI Software Script]] [[http://en.wikipedia.org/wiki/Windows_Management_Instrumentation Windows Management Instrumentation]] (wikipedia) ===HTA=== [[http://www.microsoft.com/technet/scriptcenter/topics/htas/tutorial1.mspx HTAs as GUIs]] (microsoft.com) ---- CategoryVbScript