pinkpanther56
Technical User
Hi all
I have a logon script where I want to launch an exe but pass a config swith to it as well, I can make this work with a batch file but i'd like it to be in my VB Script.
The code is below the exe runs but the /APP Desktop part isn't passed on.
Can anyone help?
Thanks.
I have a logon script where I want to launch an exe but pass a config swith to it as well, I can make this work with a batch file but i'd like it to be in my VB Script.
The code is below the exe runs but the /APP Desktop part isn't passed on.
Code:
MyObj.Run "C:\Program Files\Citrix\ICA Client\pn.exe /APP Desktop"
Can anyone help?
Thanks.