r0c/scripts/pymix.bat

7 lines
134 B
Batchfile
Raw Normal View History

: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