10 lines
110 B
Batchfile
10 lines
110 B
Batchfile
@REM rm *.bas
|
|
@REM rm *.frm
|
|
@REM rm *.frx
|
|
@REM timeout 1
|
|
|
|
:loop
|
|
python test.py
|
|
timeout /t 1
|
|
goto loop
|