summaryrefslogtreecommitdiffhomepage
path: root/once/install.bat
diff options
context:
space:
mode:
Diffstat (limited to 'once/install.bat')
-rwxr-xr-xonce/install.bat22
1 files changed, 22 insertions, 0 deletions
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