SZI2019SmieciarzWmi/run.bat

7 lines
74 B
Batchfile
Raw Normal View History

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