5 lines
55 B
Batchfile
5 lines
55 B
Batchfile
@echo off
|
|
:restart
|
|
roc_test.py
|
|
pause
|
|
goto restart
|