Files
2024-11-07 18:38:48 +05:00

7 lines
92 B
Batchfile

@echo off
Title TgBotUGN
cd C:\TgBotPage
CALL venv\Scripts\activate
python web_run.py
pause