summaryrefslogtreecommitdiffhomepage
path: root/once/install.bat
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-08 01:46:53 -0400
committermidipix <writeonce@midipix.org>2018-05-16 04:45:10 -0400
commit4721cebf34d7862b0783673f65fbb8b52750be46 (patch)
tree8293883f06a5b7301b1b8abc6d7ea9e954fdc00c /once/install.bat
downloadmpackage-4721cebf34d7862b0783673f65fbb8b52750be46.tar.bz2
mpackage-4721cebf34d7862b0783673f65fbb8b52750be46.tar.xz
initial commit.
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