* remove use of pause so that it can be use in non-attending setup script.

This commit is contained in:
Heng Sin Low 2007-03-16 03:43:40 +00:00
parent 3baca4cb52
commit 3e9beb2dd8
3 changed files with 10 additions and 5 deletions

View File

@ -38,7 +38,8 @@ goto START
@Echo Set environment variable JAVA_HOME manually @Echo Set environment variable JAVA_HOME manually
@Echo or use WinEnv.js in the util directory @Echo or use WinEnv.js in the util directory
@Echo *************************************** @Echo ***************************************
@Pause @Rem Wait 10 second
@PING 1.1.1.1 -n 1 -w 10000 > NUL
@Exit @Exit
@ -62,4 +63,5 @@ goto START
@Echo . @Echo .
@Echo For problems, check log file in base directory @Echo For problems, check log file in base directory
@pause @Rem Wait 10 second
@PING 1.1.1.1 -n 1 -w 10000 > NUL

View File

@ -38,7 +38,8 @@ goto START
@Echo Set environment variable JAVA_HOME manually @Echo Set environment variable JAVA_HOME manually
@Echo or use WinEnv.js in the util directory @Echo or use WinEnv.js in the util directory
@Echo *************************************** @Echo ***************************************
@Pause @Rem Wait 10 second
@PING 1.1.1.1 -n 1 -w 10000 > NUL
@Exit @Exit
@ -50,4 +51,5 @@ goto START
@Echo . @Echo .
@Echo For problems, check log file in base directory @Echo For problems, check log file in base directory
@pause @Rem Wait 10 second
@PING 1.1.1.1 -n 1 -w 10000 > NUL

View File

@ -17,4 +17,5 @@ goto START
:START :START
@"%JAVA%" -classpath lib\CInstall.jar; -DADEMPIERE_HOME=%ADEMPIERE_HOME% -Dant.home="." org.apache.tools.ant.launch.Launcher update @"%JAVA%" -classpath lib\CInstall.jar; -DADEMPIERE_HOME=%ADEMPIERE_HOME% -Dant.home="." org.apache.tools.ant.launch.Launcher update
@pause @Rem Wait 10 second
@PING 1.1.1.1 -n 1 -w 10000 > NUL