[Scilab-users] running Windows (win32 terminal) program in scilab

jp.konta at cyberia.pl jp.konta at cyberia.pl
Wed Oct 5 11:11:34 CEST 2022


Hi,
I need to run external (win32) terminal program inside scilab. I've tried scilab functions like: host(), dos(), unix in different variants (unix_w, etc).
The problem is that all of them are not showing output of the program during execution. Unfortunatelly I need to show info from win32 terminal program during execution (showing it after execution is too late).

In Octave there is function system(), which shows outputs during program is run. Both standard input and ouputs are passed to Octave Command Window, (i.e. program is really waiting for pressing a key)
>> system("pause");
Press any key to continue . . .
>>
Is there any possibility to achieve something similar in Scilab? At least if interaction not possible, is it possible to show standard output before called program is ended?

Kind regards,
Jan



More information about the users mailing list