Echo Exit Code
#unix
echo $?
#Windows
echo %ERRORLEVEL%
Tense Tarantula
#unix
echo $?
#Windows
echo %ERRORLEVEL%