This is a discussion on windows system error code (-3) - Programmer ; Hello, I am running a batch script and the batch script contains the following command cmd /c abc.exe echo %ERRORLEVEL% The output is -3. The system error code on MSDN does not contain any negative error code. The codes start ...
Hello,
I am running a batch script and the batch script contains the following
command
cmd /c abc.exe
echo %ERRORLEVEL%
The output is -3.
The system error code on MSDN does not contain any negative error code.
The codes start from 0.
Can anybody please tell me the meaning of -3.
Rgds,
mandar