Hello,
I want to run a 'script' in batch mode. I am running Windows XP. For
this I used several commands like:
1) Scilex.exe -nw -nb -f Myscript.sce
2) Scilex.exe -nw -f Myscript.sce
3) Scilex.exe -nwni -f Myscript.sce
Whatever the order used, the 'Script' was well executed but the
windows console Scilab or graphics window is open. Is there a way to
keep those windows back.
Here is my script:
// ****************************** //
scf(0)
x = linspace(-%pi,%pi,100);
plot(x,cos(x),"Color",[0.15,0.47,0.99])
h = gca();
h.box = "off";
xs2eps(gcf(),'fig01.eps')
xdel(0)
// ****************************** //
Thank you for your ideas
|
|
0
|
|
|
|
Reply
|
D
|
2/10/2011 10:21:17 AM |
|