help-octave
[Top][All Lists]
Advanced

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

Octave Exiting on Error


From: abcfantasy
Subject: Octave Exiting on Error
Date: Wed, 29 Jul 2009 03:46:57 -0700 (PDT)

Hello, I'm creating an application which creates a new process to run octave
in the background. The input to the application is sent to octave, and its
output is redirected to my application. Everything works fine so far.

However, when an invalid command or a command that triggers an error is
executed, the octave process terminates immediately. This does not happen
when running octave alone.

This problem is solved if the process is started with the argument "-i"
(interactive). However this brings about other unneeded things, such as the
line "octave.exe:<working directory>" printed after each command.

Is there any way to solve this? A way to not let the process terminate on
error, or a way not to display that line with the -i switch?

Thanks in advance
Andrew
-- 
View this message in context: 
http://www.nabble.com/Octave-Exiting-on-Error-tp24716756p24716756.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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