6 lines
73 B
Batchfile
Executable file
6 lines
73 B
Batchfile
Executable file
@echo off
|
|
:restart
|
|
roc_test.py
|
|
pause
|
|
echo Starting...
|
|
goto restart
|