|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-07-26 19:57:48
|
On 26.07.2010 21:06, wrote Alexander Jaudas: > is it possible to specify the working directory in wgnuplot.ini? No. wgnuplot.ini is strictly for properties of the Windows GUI version only. The working directory is not one of them. The easiest way to specify a working directory would be to put a 'cd' command into the main gnuplot startup file, GNUPLOT.INI, instead. See "help startup" and "help environment" for details. Or you could start wgnuplot off a desktop link that specifies a startup directory. Or you could just change to whatever directory you want to be in and start wgnuplot from there, from inside a command shell environment or batch file. |