My apologies. If Option Explicit is defined then each variable must be initiated (such as Dim objShell, objDesktop, objLink). You can either take the Option Explicit line out which will let you use variables on the fly or simply add on StrAppSwitch like this:
Dim strAppPath, strWorkDir...
Spoke too soon...
Add the line strAppSwitch = " /np"
And in the section where you are declaring the key properties add this line as well.
objLink.Arguments = strAppSwitch
Apparently arguments can't be passed because they are their own property and that's why anything with a space for the...
A few Windows 2003 Server x64 machines had some problems after some recent patching. I believe it to be something with a .NET hotfix but I can't confirm this.
My symptoms that I can determine are:
MMC extended views are blank. Standard views still work.
IE loads blank pages, yet network is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.