PowerShell scripts are great because they can be used to do almost anything. One of the limitations to PowerShell scripts, however, is that it isn't always practical to give a script to someone who ...
I have this simple stand-alone vbScript that will launch an .exe file.<BR><BR><pre class="ip-ubbcode-code-pre"><BR>Set WshShell = WScript.CreateObject("WScript.Shell ...
You need to create an WScript.shell object no matter what, but it's a default object, nothing needs to be done to get it to work... What exactly isn't working for you?