SZI2019SmieciarzWmi/run.bat
2019-06-12 10:56:31 +02:00

7 lines
74 B
Batchfile

@echo off
:1
start /W WENV\Scripts\python.exe main.py
goto 1
pause