From d75cf90b4cb7f6293ea63308550ca03b190ee3e6 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 23 Apr 2021 11:01:53 +0300 Subject: [PATCH] 1 --- .../Install KOTIKOT_launcher and Python 3.9.4.bat | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat diff --git a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat new file mode 100644 index 0000000..9f1933e --- /dev/null +++ b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat @@ -0,0 +1,14 @@ +@echo off +@echo ----- Downloadig Python from official site -------------------------------------------------- +@echo ----- python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe ------------------------------------ +powershell -command iwr https://www.python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe -OutFile python-3.9.4-amd64.exe +@echo ----- After installing python, run Install-KOTIKOT_launcher to install KOTIKOT_launcher ----- +@echo off +ping -n 3 localhost > nul +ping -n 3 localhost > nul +ping -n 3 localhost > nul +ping -n 3 localhost > nul +ping -n 3 localhost > nul +@echo ----- Running installer and downloading Install-KOTIKOT_launcher.py ... --------------------- +@start python-3.9.4-amd64.exe +powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py \ No newline at end of file