<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18063" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi all,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>within the WinGRASS installer (6.3.0-4, to be released)&nbsp;I 
created a new StartMenu item: GRASS Command Line</FONT></DIV>
<DIV><FONT size=2>here's a screenshot of the new GRASS start menu: <A 
href="http://www.webalice.it/marco.pasetti/temp/New-WinGRASS-StartMenu.png">http://www.webalice.it/marco.pasetti/temp/New-WinGRASS-StartMenu.png</A></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>it's&nbsp;a link to the&nbsp;batch file grass63-cmd.bat, 
that's simply as follows:</FONT></DIV>
<DIV><FONT size=2>@echo off</FONT></DIV>
<DIV><FONT size=2>grass63 -text</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>the problem is: when I launch GRASS in text mode (with -text), 
then the .grassrc6 file has "text" as default "launch mode"; that means that 
launching the "classic" grass63.bat link will result in launching GRASS in text 
mode again... and I fear that the standard windows user&nbsp;won't know how to 
launch grass with the tcltk GUI, or if he knows, it will be disappointed to need 
to hack the .grassrc6 file to let&nbsp;the GUI&nbsp;work again;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I figured the following "walk around": create a new simple 
batch file: grass63-gui.bat:</FONT></DIV>
<DIV>
<DIV><FONT size=2>@echo off</FONT></DIV>
<DIV><FONT size=2>grass63 -tcltk</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>and replace the grass63.bat link in the menu with a link 
pointing to grass63-gui.bat.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Do you think that&nbsp;there are better 
solutions?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Many thanks,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Marco</FONT></DIV></DIV></BODY></HTML>