Blame once/install.bat

4721ce
@echo off
4721ce
4721ce
pushd "%~dp0"
4721ce
4721ce
set shell_sysroot=%cd%
4721ce
4721ce
echo.
4721ce
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4721ce
echo this is the midipix installation script
4721ce
echo SYSROOT currently set to %SYSROOT%
4721ce
echo shell_sysroot set to %shell_sysroot%
4721ce
echo press any key to continue with installation, or CTRL-C to abort
4721ce
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4721ce
echo.
4721ce
4721ce
@pause
4721ce
4721ce
start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d -h always --window max --exec /bin/bash install.sh
4721ce
4721ce
popd
4721ce
4721ce
exit