2851Views3Replies
Spammy Batch File
Here is the code for a spammy batch file. @echo off echo This batch file is made possible by the divine blessing of Monty Python! pause>nul echo Spam Spam Spam Spam echo Spam Spam! A: echo Lovely Spam! echo Beautiful Span! echo Lovely Spam! echo Beautiful Spam! goto a
Comments
8 years ago
for /l %%i in (0,0,0) do @echo Lovely spam! & @echo Beautiful spam!
I make your codes shorter since 2003 XD
11 years ago
@echo off a: start goto a the most annoying batch code of all.
Reply 8 years ago
@for /l %%i in (0,0,0) do @start
Is the most annoying 1 lined code out there.