<html>
<body>
Hello,<br><br>
For all fearless Wingrass users,&nbsp; I would like to share a solution
for the following bug&nbsp; ....&quot;many shell scripts do not work,
even if you enable correctly msys and include LIB and BIN paths in the
PATH windows variable............&quot; (from the readme file at the
wingrass webpage).<br><br>
PROBLEM - Long story short, g.mlist gave me errors because it did not
fine &quot;sed&quot; and other executables, therefore scripts like
g.mlist and g.mremove do not work<br>
SOLUTION - <br>
&nbsp;&nbsp; 1 - open the &quot;Init.bat&quot; file located in the
&quot;&lt;grassinstallationdirectory&gt;/grass-6.3.xxx/<b>etc</b>&quot;
... do not use notepad but a better editor that recognizes unix formatted
text<br>
&nbsp;&nbsp; 2 - add the line below <b>after</b> the&nbsp;&nbsp;
..........if not &quot;%GRASS_ADDON_PATH%&quot;==......................
line (should be line 29)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set
PATH=/c/msys/1.0/bin;%PATH%<br>
&nbsp;&nbsp; 3 - of course /c/msys/1.0/bin is the path to the bin
directory of msys, if yours is different, adapt.<br>
&nbsp;&nbsp; 4 - start grass and try.<br><br>
Hope it helps!<br><br>
<x-sigsep><p></x-sigsep>
Francesco Pirotti<br>
Dept. of Land and Agroforest Systems TESAF<br>
Viale dell'Università 16<br>
35020 Legnaro (PD)<br>
ITALY<br>
Ph.&nbsp; 049-8272710<br>
fax&nbsp; 049-8272686</body>
</html>