Hello everyone,
Currently I use a batch script where a moose image (based on pharo) load a model, export some data and close itself without saving and that several times.
I do it under windows 7 by this kind of loop in a .bat file:
FOR /L %%i IN (1,1,10) DO (
"Pharo.exe --headless sdco-sa-tooling-ci-5.image eval ‘<tasks>'
)
The problem is that at each execution of pharo, I lose focus from the window where I was currently working (a notepad by example).
How can I do to solve it?
Thanks in advance!
Cheers,
Vincent BLONDEAU