How can I get returncode of program executed as Win32_process?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All.

My application runs an agent progam on several computers over the local
network executing the 'Create' method of Win32_process. The agent performs
some actions and returns code which contents information about the actions
results.

My application should collect and analyse these exit (return) codes.

The problem is I can't find any means to get these exit codes.

Any ideas?

Thanks afore for any help.
 
Alex Cher said:
Hello All.

My application runs an agent progam on several computers over the local
network executing the 'Create' method of Win32_process. The agent performs
some actions and returns code which contents information about the actions
results.

My application should collect and analyse these exit (return) codes.

The problem is I can't find any means to get these exit codes.

Any ideas?

Thanks afore for any help.
 
Back
Top