|
From: Hans-Bernhard B. <br...@ph...> - 2004-03-30 09:08:54
|
On Mon, 29 Mar 2004, BBands wrote: > On Win2k you also get the following, two lines below Send... and > indented one additional space. > > Send... > > warning: no HOME found That's the mechanism for expanding filenames like '~/mygnuplot/script.gpl' trying to find what it should use for ~. That message can be avoided by setting the environment variable HOME. The equivalent of set HOME=%USERPROFILE% should work. I think I'll go and add code to fall back to %USERPROFILE% if HOME isn't defined to the relevant place. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |