3 lines
112 B
Batchfile
3 lines
112 B
Batchfile
@ECHO OFF
|
|
|
|
PowerShell -Command "Start-Process cmd -Argument '/c START /B python .\main.py' -WindowStyle hidden"
|