changeset 1433:6088323af92c

launcher/launchers.bat.in: added pause to the end of the script to allow reading of messages if launched out of prompt.
author Jiri Vanek <jvanek@redhat.com>
date Mon, 15 May 2017 16:20:41 +0200
parents 717e2f0b2455
children b1a36c9a5a32
files ChangeLog launcher/launchers.bat.in
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 15 16:13:51 2017 +0200
+++ b/ChangeLog	Mon May 15 16:20:41 2017 +0200
@@ -1,3 +1,10 @@
+2017-12-10  Alex Kashchenko <akashche@redhat.com>
+            Jiri Vanek <jvanek@redhat.com>
+
+	* launcher/launchers.bat.in: added pause to the end of the script to allow
+	reading of messages if launched out of prompt.
+
+
 2017-12-10  Alex Kashchenko <akashche@redhat.com>
 
 	Made jnlp protocol work in msi
--- a/launcher/launchers.bat.in	Mon May 15 16:13:51 2017 +0200
+++ b/launcher/launchers.bat.in	Mon May 15 16:20:41 2017 +0200
@@ -52,3 +52,5 @@
 rem TODO use "exec -a %PROGRAM_NAME% ..." idiom
 "%JAVA%" "-splash:%SPLASH_LOCATION%" "%LAUNCHER_BOOTCLASSPATH%" %LAUNCHER_FLAGS% %JAVAWS_J_OPTIONS% "-classpath" "%CP%" "-Dicedtea-web.bin.name=%PROGRAM_NAME%" "-Dicedtea-web.bin.location=%BINARY_LOCATION%" "%CLASSNAME%" %ITW_WIN_SPECIALS% %*
 
+echo Please press any key to close this window/get back prompt
+pause > nul