Link to home
Start Free TrialLog in
Avatar of PilotAdmin
PilotAdminFlag for United States of America

asked on

Psexec error code 0

I am trying to start a program on  a remote machine on our company network.  I am using the following commnad
psexec \\825kms -u ??? -P ??? "c:\kms\exe\kms.exe

I am getting the following error
c:\kms32\exe\kms.exe exited on 825kms with error code 0.
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

means no error
ASKER CERTIFIED SOLUTION
Avatar of peetm
peetm
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PilotAdmin

ASKER

Thanks. The program that I was starting should not exit, but run until someone manually stops it. I was missing the "-d -i" switches for psexec.exe. Thanks for the help!