changeset 3816:fbc5d86517c9

Reverse 01182b377bb1 which stops Ctrl+C recognition. * installer-files/octave.bat: Remove /B switch from start command.
author Rik <rik@octave.org>
date Sun, 01 Mar 2015 19:05:38 -0800
parents deed2268e330
children 6daa158a7018
files installer-files/octave.bat
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/installer-files/octave.bat	Sat Feb 28 14:44:57 2015 -0500
+++ b/installer-files/octave.bat	Sun Mar 01 19:05:38 2015 -0800
@@ -33,7 +33,7 @@
 
 Rem   Start Octave (this detaches and immediately returns):
 if %GUI_MODE%==1 (
-start /B octave-gui.exe %*
+start octave-gui.exe %*
 ) else (
 start octave-cli.exe %*
 )