How can I get returncode of program executed as Win32_process?

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top