Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Tutorial run EASE Scripts Headless?

Hi Raphael,

>Is it possible to run multiple scripts at once?

not directly. From the command line you can only execute a single script.
However that script could be used as launcher for other scripts. That works
either synchronously  (eg with the include() command) or asynchronously
(using the Scripting module and fork())
However make sure that your main script does not terminate until all your
other jobs are done. When the main script terminates, Eclipse will shut
down.

Cheers
Christian

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top