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

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

[Octave-bug-tracker] [bug #61207] Octave in interactive batch mode does


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #61207] Octave in interactive batch mode does not wait for completion
Date: Thu, 23 Sep 2021 11:46:30 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52

Follow-up Comment #4, bug #61207 (project octave):

Octave is primarily developed for POSIX platforms.

The .vbs and .bat files are meant to make it easier for a non-expert user to
start Octave on Windows. These scripts serve as wrappers that set up the
environment correctly for most of the use cases and then start Octave.
Unfortunately, these wrappers break some of the switches that you can use when
calling Octave directly.

If you want to use "custom" command line switches on Windows and are not
afraid to use a command line shell, you could use the "cmdshell.bat" script
that you can find in Octave's installation folder.
It sets up the necessary environment variables and starts a bash.
At that bash, you should be able to run Octave with any of the switches that
are shown by `octave-gui --help`.

Let us know if some of those switches don't work in that case.

It should also be possible to take that .bat file as a template and call
octave directly instead of starting the bash. But tbh, I haven't tested that
yet.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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