G
Guest
Hello,
I am trying to execute an application on a remote system. After checking
several of the website I was managed to write a C# application do the same.
But I am not able to track the Exit Code of the application. The return
value only tells me if the application started successfully.
Is their a way to capture the final exit code of the application that is
started remotely?
using Invoke Method
InvokeMethodOptions MethodOptions = new InvokeMethodOptions(null,
System.TimeSpan.MaxValue);
And
ManagementEventWatcher for completion of the applicaiton.
Thanks,
Suresh
I am trying to execute an application on a remote system. After checking
several of the website I was managed to write a C# application do the same.
But I am not able to track the Exit Code of the application. The return
value only tells me if the application started successfully.
Is their a way to capture the final exit code of the application that is
started remotely?
using Invoke Method
InvokeMethodOptions MethodOptions = new InvokeMethodOptions(null,
System.TimeSpan.MaxValue);
And
ManagementEventWatcher for completion of the applicaiton.
Thanks,
Suresh