3 lines
51 B
Batchfile
3 lines
51 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
start cmd /k "python main.py" |
@echo off
|
|
cd /d %~dp0
|
|
start cmd /k "python main.py" |