From 4721cebf34d7862b0783673f65fbb8b52750be46 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 8 May 2018 01:46:53 -0400 Subject: initial commit. --- once/install.bat | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 once/install.bat (limited to 'once/install.bat') diff --git a/once/install.bat b/once/install.bat new file mode 100755 index 0000000..727b538 --- /dev/null +++ b/once/install.bat @@ -0,0 +1,22 @@ +@echo off + +pushd "%~dp0" + +set shell_sysroot=%cd% + +echo. +echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +echo this is the midipix installation script +echo SYSROOT currently set to %SYSROOT% +echo shell_sysroot set to %shell_sysroot% +echo press any key to continue with installation, or CTRL-C to abort +echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +echo. + +@pause + +start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d -h always --window max --exec /bin/bash install.sh + +popd + +exit -- cgit v1.2.3