4 lines
68 B
Batchfile
4 lines
68 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
start "" "venv\Scripts\pythonw.exe" main.py
|
@echo off
|
|
cd /d "%~dp0"
|
|
start "" "venv\Scripts\pythonw.exe" main.py
|