4 lines
49 B
Batchfile
4 lines
49 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
start "" pythonw main.py
|
@echo off
|
|
cd /d "%~dp0"
|
|
start "" pythonw main.py
|