J
John Goche
Hello,
I would like to inspect the exit value of an exe launched from a DOS
prompt. This is the return value as in the 0 in the following C
program:
int main()
{
return 0;
}
On unix one can enter "eacho $?" at the shell prompt to retrieve this
value after the exe completed. Is there a way to do the same thing
from DOS?
Thanks,
JG
I would like to inspect the exit value of an exe launched from a DOS
prompt. This is the return value as in the 0 in the following C
program:
int main()
{
return 0;
}
On unix one can enter "eacho $?" at the shell prompt to retrieve this
value after the exe completed. Is there a way to do the same thing
from DOS?
Thanks,
JG