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