From 3e9beb2dd81c3eebf82d2980f234524f6da51027 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Fri, 16 Mar 2007 03:43:40 +0000 Subject: [PATCH] * remove use of pause so that it can be use in non-attending setup script. --- install/Adempiere/RUN_setup.bat | 6 ++++-- install/Adempiere/RUN_silentsetup.bat | 6 ++++-- install/Adempiere/RUN_update.bat | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/install/Adempiere/RUN_setup.bat b/install/Adempiere/RUN_setup.bat index 1d0a457a95..e6702a977e 100644 --- a/install/Adempiere/RUN_setup.bat +++ b/install/Adempiere/RUN_setup.bat @@ -38,7 +38,8 @@ goto START @Echo Set environment variable JAVA_HOME manually @Echo or use WinEnv.js in the util directory @Echo *************************************** -@Pause +@Rem Wait 10 second +@PING 1.1.1.1 -n 1 -w 10000 > NUL @Exit @@ -62,4 +63,5 @@ goto START @Echo . @Echo For problems, check log file in base directory -@pause \ No newline at end of file +@Rem Wait 10 second +@PING 1.1.1.1 -n 1 -w 10000 > NUL \ No newline at end of file diff --git a/install/Adempiere/RUN_silentsetup.bat b/install/Adempiere/RUN_silentsetup.bat index fbcd0e7c01..8cac8857f3 100644 --- a/install/Adempiere/RUN_silentsetup.bat +++ b/install/Adempiere/RUN_silentsetup.bat @@ -38,7 +38,8 @@ goto START @Echo Set environment variable JAVA_HOME manually @Echo or use WinEnv.js in the util directory @Echo *************************************** -@Pause +@Rem Wait 10 second +@PING 1.1.1.1 -n 1 -w 10000 > NUL @Exit @@ -50,4 +51,5 @@ goto START @Echo . @Echo For problems, check log file in base directory -@pause \ No newline at end of file +@Rem Wait 10 second +@PING 1.1.1.1 -n 1 -w 10000 > NUL \ No newline at end of file diff --git a/install/Adempiere/RUN_update.bat b/install/Adempiere/RUN_update.bat index a9113d3a78..404fcc2894 100644 --- a/install/Adempiere/RUN_update.bat +++ b/install/Adempiere/RUN_update.bat @@ -17,4 +17,5 @@ goto START :START @"%JAVA%" -classpath lib\CInstall.jar; -DADEMPIERE_HOME=%ADEMPIERE_HOME% -Dant.home="." org.apache.tools.ant.launch.Launcher update -@pause \ No newline at end of file +@Rem Wait 10 second +@PING 1.1.1.1 -n 1 -w 10000 > NUL \ No newline at end of file