From: bob DOT mcgowan AT artecon DOT com (Bob McGowan) Subject: RE: startup help with bash 15 May 1998 09:58:01 -0700 Message-ID: <8B40B8756FA1D111BCB900A02495E24F36B47C.cygnus.gnu-win32@neptune.xstor.com> Mime-Version: 1.0 Content-Type: text/plain To: "'gnu-win32 AT cygnus DOT com'" -----Original Message----- From: nagy_l AT vaxst2 DOT tii DOT matav DOT hu [mailto:nagy_l AT vaxst2 DOT tii DOT matav DOT hu] Sent: Thursday, May 14, 1998 3:39 PM To: bob DOT mcgowan AT artecon DOT com Subject: RE: startup help with bash >1. what determines where my home dir is? > Set an environment variable in the cygwin.bat before bash >starts: > set HOME=somewhere > Please send a correct cygwin.bat for me. I'm deleted the old .bat file, and dont remember some thing... :( Well, since the cdk is installshield, and you can't extract single files... This is the setup I use on an NT4.0 with SP3 installed and has been working well for some time. --- Bob McGowan i'm: bob dot mcgowan at artecon dot com @ECHO OFF SET TERM=win32console SET CYGWIN32="notty binmode" SET MAKE_MODE=unix SET CYGROOT=C:\program files\Cygnus\B19 SET CYGFS=C:/program files/Cygnus/B19 SET CYGREL=B19 SET GCC_EXEC_PREFIX=%CYGROOT%\H-i386-cygwin32\lib\gcc-lib\ SET TCL_LIBRARY=%CYGROOT%\share\tcl8.0\ SET GDBTK_LIBRARY=%CYGFS%/share/gdbtcl SET PATH=c:\bin;c:\usr\X11R6.3\bin;%PATH% set STARTUP=yes rem cygwin bin already set in system environment. rem original SET PATH=%CYGROOT%\H-i386-cygwin32\bin;%PATH% echo Cygnus Cygwin32 %CYGREL% bash - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".