Admin/Windows/Cygwin/Cygwin-Terminal.bat
author wenzelm
Thu, 10 Jan 2013 20:41:52 +0100
changeset 50810 76967aa4fe84
parent 48197 b13dd10ebc77
child 50831 7784cc660580
permissions -rwxr-xr-x
outermost directory structure for Windows/Cygwin;

@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%\cygwin\bin\bash" --login -i