Justin Cooney
Web Development Tips and Examples
Author: Justin Cooney
-
Here is a handy link to download Microsoft’s WMI Code Creator Tool:
-
Here’s a new windows feature that I really like: you can mount ISO files to act as drives. It used to be that you had to install third party software to be able to do this, but that’s no longer the case. If you have Windows 8 or Windows Server 2012, then you can work…
-
Here is the syntax for writing a simple batch file that checks the user name of the account that is running the script, and then executes a VBScript file if the user name is positively matched. As part of the test, I’ll show how to execute the VBScript from the batch file while suppressing an intentional error message…