|
From:
<br...@ph...> - 2006-03-06 05:05:21
|
Lenka wrote: > How to run a program in batch to generate > figure1.wmf, > figure2. wmf.. > figure120.wmf at once? You don't. gnuplot 4.0 has no means of generating file names for data or output files programmatically. You have to script from the outside for this kind of work. I.e. run it as a subprocess with redirected standard input and send it commands from a script written in some scripting language you like. |