7 lines
74 B
Batchfile
7 lines
74 B
Batchfile
|
@echo off
|
||
|
|
||
|
:1
|
||
|
start /W WENV\Scripts\python.exe main.py
|
||
|
goto 1
|
||
|
|
||
|
pause
|