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

2022-10-05 Thread Stéphane Mottelet
Hello, I think that the following attempt could be a quick and dirty solution. The trick is to launch the command in the background and to redirect the output in a text file, whose length is checked every dt seconds, which allows to print the new content during the command execution. The

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

2022-10-05 Thread jp . konta
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