11 lines
119 B
Batchfile
11 lines
119 B
Batchfile
|
|
@REM rm *.bas
|
|
@REM rm *.frm
|
|
@REM rm *.frx
|
|
@REM timeout 1
|
|
|
|
:loop
|
|
python ./Assignment.py
|
|
timeout /t 1
|
|
goto loop
|