diff options
author | Gerd Weiss <gm@openoffice.org> | 2007-05-10 10:02:18 +0000 |
---|---|---|
committer | Gerd Weiss <gm@openoffice.org> | 2007-05-10 10:02:18 +0000 |
commit | a42a6649d4547f3fbea684f4596bfc210780766e (patch) | |
tree | 72d748969f7fe255f0ef251b258839b11484fff8 /setup_native/source/win32/get_retval.bat | |
parent | 8ab495b382af51272f4f867f93246ba28e382b00 (diff) |
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
Diffstat (limited to 'setup_native/source/win32/get_retval.bat')
-rwxr-xr-x | setup_native/source/win32/get_retval.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_native/source/win32/get_retval.bat b/setup_native/source/win32/get_retval.bat new file mode 100755 index 000000000000..d1a10539be7f --- /dev/null +++ b/setup_native/source/win32/get_retval.bat @@ -0,0 +1,3 @@ +echo off +call %* +echo %1 returned %ERRORLEVEL%
\ No newline at end of file |