help-octave
[Top][All Lists]
Advanced

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

disable displaying terminal output for command


From: Cloud.Strife
Subject: disable displaying terminal output for command
Date: Tue, 25 Feb 2014 06:56:58 -0800 (PST)

Hello 

I have following problem:

In my program in octave i am calling external program in cmd:

system("fasthenry.exe wg1.inp")

it will create output file, which i am reading with octave after that.

Everything works great, but the terminal output of the comand "fasthenry.exe
wg1.inp" is a lot of lines, which are displayed in octave terminal.

The program is in cycle for with approximately 200 steps, so in terminal
window it is pretty messy. I am used to watch the octave terminal to see,
where am I in my program and how it is developing.

So what I want is to disable terminal output displaying for command
system("fasthenry.exe wg1.inp"). Other outputs i want to display. I tried
commands "more off" and "more on" but without succes (probably i am using
them wrong)

Please give me an advice enybody. Thanks in advance



--
View this message in context: 
http://octave.1599824.n4.nabble.com/disable-displaying-terminal-output-for-command-tp4662305.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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