Kim Besson wrote: > Thanks. But regarding other scripts (r.*, v.*) I just have to add them to > the Scripts folder without doing anything else,right? (because in Windows > it's necessary to run make)
On Windows, each shell script in $GISBASE/scripts needs a corresponding batch file in $GISBASE/bin (to work around the fact that Windows doesn't understand "#!/bin/sh"). These batch files are generated automatically when "make"ing a script. You can create one manually by copying and modifying one of the existing batch files. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
