* remove use of pause so that it can be use in non-attending setup script.
This commit is contained in:
parent
3baca4cb52
commit
3e9beb2dd8
|
@ -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
|
||||
@Rem Wait 10 second
|
||||
@PING 1.1.1.1 -n 1 -w 10000 > NUL
|
|
@ -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
|
||||
@Rem Wait 10 second
|
||||
@PING 1.1.1.1 -n 1 -w 10000 > NUL
|
|
@ -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
|
||||
@Rem Wait 10 second
|
||||
@PING 1.1.1.1 -n 1 -w 10000 > NUL
|
Loading…
Reference in New Issue