octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60180] Command line startup on Windows does n


From: Holger Zeinert
Subject: [Octave-bug-tracker] [bug #60180] Command line startup on Windows does not wait for completion
Date: Mon, 8 Mar 2021 11:13:00 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36

Follow-up Comment #2, bug #60180 (project octave):

Thanks for you reply.

I suppose you mean:

c:\Program Files\GNU Octave\Octave-6.2.0\mingw64\bin\octave.bat


Yes, that one waits, but only for nogui mode:


Rem   Start Octave (this detaches and immediately returns).
if %GUI_MODE%==1 (
  start octave-gui.exe --gui %*
) else (
  octave-cli.exe %*
)


However, the GUI mode is very helpful to debug the background Octave
processing and once everything is fine switch back to no gui.

So, it would be good if both gui and nogui would wait. Backgrounding a
calculation can then be controlled by the caller, if needed.

For me, it does not matter whether this is possible with the .bat or .vbs
version. Just one of it should wait in both cases gui and nogui.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60180>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]