window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54090852-1', { 'optimize_id': 'GTM-M3QPGKQ'}); Punch B Tech: Repeating Error Message Trick

Saturday, November 30, 2013

Repeating Error Message Trick

Continuously Repeating Message


Want to harass any friend? Want to prank any close one? Open notepad and copy paste the text below.

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
 GOTO BEGIN.

Save the file with.bat extension. Email the file with tag of important to friend and see the embarrassment.

No comments: