diff installer-files/octave.bat @ 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 01182b377bb1
children 908a2a0cf6d6
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 %*
 )