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 ...
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 ...
This will re-register the concerned DLL file using the Windows OS tool regsvr32.exe. The Regsvr32 tool is a command-line utility that can be used for registering, and un-registering OLE controls as ...