RosettaCodeData/Task/Loops-Infinite/Batch-File/loops-infinite-1.bat

5 lines
36 B
Batchfile

@echo off
:loop
echo SPAM
goto loop