comparison 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
comparison
equal deleted inserted replaced
3815:deed2268e330 3816:fbc5d86517c9
31 goto checkargs 31 goto checkargs
32 :noargs 32 :noargs
33 33
34 Rem Start Octave (this detaches and immediately returns): 34 Rem Start Octave (this detaches and immediately returns):
35 if %GUI_MODE%==1 ( 35 if %GUI_MODE%==1 (
36 start /B octave-gui.exe %* 36 start octave-gui.exe %*
37 ) else ( 37 ) else (
38 start octave-cli.exe %* 38 start octave-cli.exe %*
39 ) 39 )
40 40
41 Rem Close the batch file's cmd.exe window 41 Rem Close the batch file's cmd.exe window