Admin/Windows/Cygwin/Cygwin-Terminal.bat
author wenzelm
Fri, 17 Aug 2012 11:23:57 +0200
changeset 48835 574042d14fd9
parent 48197 b13dd10ebc77
child 50810 76967aa4fe84
permissions -rwxr-xr-x
tuned;

@echo off

set HOME=%HOMEDRIVE%%HOMEPATH%
set PATH=%CD%\bin;%PATH%
set CHERE_INVOKING=true

echo This is the GNU Bash interpreter of Cygwin.
echo Use command "isabelle" to invoke Isabelle tools.
"%CD%\contrib\cygwin-1.7.9\bin\bash" --login -i