summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/get_retval.bat
diff options
context:
space:
mode:
authorGerd Weiss <gm@openoffice.org>2007-05-10 10:02:18 +0000
committerGerd Weiss <gm@openoffice.org>2007-05-10 10:02:18 +0000
commita42a6649d4547f3fbea684f4596bfc210780766e (patch)
tree72d748969f7fe255f0ef251b258839b11484fff8 /setup_native/source/win32/get_retval.bat
parent8ab495b382af51272f4f867f93246ba28e382b00 (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-xsetup_native/source/win32/get_retval.bat3
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