Exit Code: 10

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9329
    shadad
    Participant

    hi there,

    am new here on the forum so please take it easy on me :).

    am new to Batchpatch. I looked on internet and also on the help files but i couldnt get the menaning of the exit code:10 !

    am running lot of EXE files ( bat file that converted to EXE for simple job ..) it run fine and fast no qestion. But on the appllication i got this feed back :

    Thu-14:04:20> Deployment: Exit Code: 10

    what dose it mean?

    thank you.

    #11526
    doug
    Moderator

    Exit code 10 is not a BatchPatch code. It’s coming from the target computer, and it’s either a Windows system error code, or it’s an exit code from the .exe package.

    If it’s a Windows system error code, then 10 is

    ERROR_BAD_ENVIRONMENT

    10 (0xA)

    The environment is incorrect.

    #11528
    shadad
    Participant

    thanks doug! i was running the same EXE twice on the test computer. Usually it shows error msg to txt file so i can see if the changes already applied before or this is the 1st install. when i revert the changes on the test system and run the EXE i got 0 error code ( success ! ).

    i dont know how the Batchpatch deal with the EXE ( maybe its read the error msgs of the exe itself also ?because i route whatever the msg to txt file using >> ) but who cares! Lol. As long i can see the result txt file on both cases after running the EXE using the Batchpatch and contain good result then its ok with me whether if its error Code10 or code 0.

    thanks for your fast response dear.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.