Distribution -
07-02-2003
, 03:57 PM
Hi,
I have a C#.net exe that is supposed to be activated by a
vbscript that uses the wscript.shell object to run the exe.
I can run the script and have the exe being activated if I
started the script through the Run command or the cmd.
However, if the script is started via a post-task trigger
from another application (NetIQ Directory & Resource
Administrator), the exe does not seem to be activated.
I have tried the script to start notepad.exe and notepad
started as a process in the Task Manager window but the UI
does not load.
I don't know what else is wrong. I am suspecting that it
has something to do with the policy in .net but not sure.
Any suggestion?
Thanks. |