Add installrun.bat

This commit is contained in:
heckeralt 2024-09-23 09:12:25 -04:00
parent ce8de6bdd4
commit a902b5807c
1 changed files with 5 additions and 0 deletions

5
installrun.bat Normal file
View File

@ -0,0 +1,5 @@
powershell /c irm -uri "https://www.python.org/ftp/python/3.12.6/python-3.12.6-amd64.exe" -outfile "amd.exe"
amd.exe /quiet InstallAllUsers=1 PrependPath=1 AssociateFiles=1
python -m pip install requests
python main.py
sleep 9999