Batch mode. Run the script in the background

  • Follow


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


0 Replies
456 Views

(page loaded in 0.017 seconds)

Similiar Articles:













7/27/2012 6:06:42 PM


Reply: