Admin/Windows/Cygwin/Cygwin-Terminal.bat
author wenzelm
Fri, 09 Jan 2015 20:51:26 +0100
changeset 59332 56fec2b5b826
parent 58640 37f852399a32
child 61826 6f9e5fb0683f
permissions -rwxr-xr-x
tuned;

@echo off

set TEMP_WINDOWS=%TEMP%
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\bin\bash" --login -i