office-gobmx/setup_native/source/win32/get_retval.bat
Gerd Weiss a42a6649d4 INTEGRATION: CWS native82 (1.1.2); FILE ADDED
2007/03/28 12:34:49 is 1.1.2.1: #i75394# batch script for getting Windows return codes
2007-05-10 10:02:18 +00:00

3 lines
No EOL
46 B
Batchfile
Executable file

echo off
call %*
echo %1 returned %ERRORLEVEL%