mirror of https://github.com/9001/r0c.git
7 lines
134 B
Batchfile
7 lines
134 B
Batchfile
|
:top
|
||
|
c:\Python26\python.exe r0c.py 23 4321
|
||
|
ping -n 2 -w 1 127.0.0.1 >NUL
|
||
|
python r0c.py 23 4321
|
||
|
ping -n 2 -w 1 127.0.0.1 >NUL
|
||
|
goto top
|