|
From: Roberto B. <rba...@uo...> - 2006-07-12 04:54:27
|
Koto Norose wrote:
> I cannot use the command Process.Start("wgnuplot.exe", "load
> 'command.gp'"); in C#.
> The proof is wgnuplot.exe, load 'command.gp' in DOS window doesn't work.
> So please let me know how to type in DOS window to make wgnuplot do
> some commands.
Dear Koto,
To launch a batch session of gnuplot using a command file "command.gp"
from a command prompt
wgnuplot.exe command.gp
See also
help batch
Regards,
Roberto
|