[GRASS-windows] switching to GRASS, 6.2.3 or GRASS 6.3.0?

Michael Denslow michael.denslow at gmail.com
Mon Oct 6 09:55:57 EDT 2008


Hi Marco, Thanks for sticking with me on this.

On Mon, Oct 6, 2008 at 2:54 AM, Marco Pasetti <marcopstt at gmail.com> wrote:
> Hi Michael,
>
>> I was able to delete the .grssrc6 file from my user profile folder but
>> when went to delete it from the C:\GRASS\msys\home\"YOUR_USERNAME"
>> folder it was not there. This folder is empty.
>> When I tried to restart GRASS I got the same error message that
>> flashes up quickly on the scene.
>
> 1) could you please find the grass63 file (not the .bat file) in you GRASS
> installation? if it is not in C:\GRASS\msys\home\"YOUR_USERNAME" it should
> be somewhere.
> When found send me a copy (as attached).
>
> 2) does your account name contain spaces?
>
> Cheers,
>
> Marco
>
1. Below are the contents of the file. now that I have found it should
I delete it?

2. my account contains spaces in the path name C:\Documents and
Settings\"MYNAME"

#! /bin/sh
#########################################################################
#
# File dynamically created by NSIS installer script;
# Written by Marco Pasetti;
#
#########################################################################
#
# MODULE:   	GRASS Initialization
# AUTHOR(S):	Justin Hickey - Thailand - jhickey at hpcc.nectec.or.th
# PURPOSE:  	The source file for this shell script is in
#   	    	lib/init/grass.src and is the grass startup script. It
#   	    	requires a source file because the definition of GISBASE
#   	    	is not known until compile time and is substituted from the
#   	    	Makefile. Any command line options are passed to Init.sh.
# COPYRIGHT:    (C) 2000-2005 by the GRASS Development Team
#
#               This program is free software under the GNU General Public
#   	    	License (>=v2). Read the file COPYING that comes with GRASS
#   	    	for details.
#
#########################################################################
#
# Modified by Marco Pasetti
# added the export PATH instruction to let GRASS work from
# the MSYS environment in the dynamic NSIS installation
#
#########################################################################

trap "echo 'User break!' ; exit" 2 3 9 15

# Set the GISBASE variable
GISBASE=/C/GRASS
export GISBASE

# Set the PATH variable
PATH="$GISBASE/extrabin:$GISBASE/extralib:$PATH"
PATH="$GISBASE/tcl-tk/bin:$GISBASE/sqlite/bin:$GISBASE/gpsbabel:$PATH"
export PATH

exec "$GISBASE/etc/Init.sh" "$@"


More information about the grass-windows mailing list