4 lines
118 B
Batchfile
4 lines
118 B
Batchfile
@echo off
|
|
cd /d "C:\Users\yuanzhe\src\OSU-Public-Wi-Fi-Login"
|
|
.\.venv\Scripts\python.exe main.py --config config.yaml
|