1 2 3 4 5 6 7 8 9
@echo off pushd "%~dp0" start bin\ntctty.exe --sysroot %cd% --exec /bin/mintty -d --window max --exec /bin/bash --init-file /etc/init.sh -i popd exit