<html>
<body>
Hello,<br><br>
For all fearless Wingrass users, I would like to share a solution
for the following bug ...."many shell scripts do not work,
even if you enable correctly msys and include LIB and BIN paths in the
PATH windows variable............" (from the readme file at the
wingrass webpage).<br><br>
PROBLEM - Long story short, g.mlist gave me errors because it did not
fine "sed" and other executables, therefore scripts like
g.mlist and g.mremove do not work<br>
SOLUTION - <br>
1 - open the "Init.bat" file located in the
"<grassinstallationdirectory>/grass-6.3.xxx/<b>etc</b>"
... do not use notepad but a better editor that recognizes unix formatted
text<br>
2 - add the line below <b>after</b> the
..........if not "%GRASS_ADDON_PATH%"==......................
line (should be line 29)<br>
set
PATH=/c/msys/1.0/bin;%PATH%<br>
3 - of course /c/msys/1.0/bin is the path to the bin
directory of msys, if yours is different, adapt.<br>
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. 049-8272710<br>
fax 049-8272686</body>
</html>