<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-3" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Paul Kelly wrote:
<blockquote
 cite="mid:Pine.LNX.4.62.0803141020570.8187@vortex.ukshells.co.uk"
 type="cite">On Fri, 14 Mar 2008, Luigi Ponti wrote:
  <br>
  <br>
[...]
  <br>
  <blockquote type="cite">Paul:
    <br>
echo %PATH% says:
    <br>
    <br>
  C:\msys\1.0\bin;C:\Perl\bin;
    <br>
  </blockquote>
  <br>
I think that's the problem then. You need to *add* those directories to
the PATH, not *replace* the PATH with them. The correct command should
probably be something like
  <br>
set PATH=C:\msys\1.0\bin;C:\Perl\bin;%PATH%
  <br>
  <br>
  <br>
I'm not sure on the problem with the PNG driver.
  <br>
  <br>
Paul
  <br>
  <br>
</blockquote>
OK, thanks: I had probably stripped off %PATH% from the grass63.bat
file while modifying the PATH. Now it works fine. The PNG error:<br>
<blockquote>[...]<br>
PNG: collecting to file: c:\output.png ,<br>
[...]<br>
</blockquote>
...there was a blank after the PNG filename [note the comma not right
after the file name above], which made the extension '.png ' unknown.<br>
<br>
I will keep you posted on my progress.<br>
<br>
Regards and thanks again,<br>
<br>
Luigi<br>
</body>
</html>