Archive: exit code list for ExecDos:exec


exit code list for ExecDos:exec
Hello there,

is there a list for the exit Codes from ExecDos ?

I got exit Code -128 and 2 and i dont' know what that means ?


Negative exit codes from -7 to -16 are internal for ExecDos and reserved for it's own error situations. You can find these codes in ExecDos.c file. Any other code is precisely what your application returned when it finished.
Normally 2 is "The system cannot find the file specified." (if application returned system code, not it's internal error code). -128 looks application specific code. Best of all is to ask you application developers.