From 75d873c6ebd106fafed8753f32586fa8c4fc4773 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 19 Nov 2021 21:32:14 +0200 Subject: [PATCH] Updated KOTIKOT_launcher + Py Win10.zip to new bat file with 3.9.9 --- ...tall KOTIKOT_launcher and Python 3.9.7.bat | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.7.bat diff --git a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.7.bat b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.7.bat deleted file mode 100644 index 1f3797d..0000000 --- a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.7.bat +++ /dev/null @@ -1,19 +0,0 @@ -@echo off -@echo ----- Downloadig Install-KOTIKOT_launcher from my GitHub ------------------------------------ -powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py -@echo ----- If you have Python, just close this window now ---------------------------------------- -ping -n 3 localhost > nul -ping -n 3 localhost > nul -ping -n 3 localhost > nul -@echo ----- Downloadig Python from official site -------------------------------------------------- -@echo ----- python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe ------------------------------------ -powershell -command iwr https://www.python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe -OutFile python.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... ------------------------------------------------------------------ -@start python.exe \ No newline at end of file