A simple bat message box prank

Bat is a language which is used to execute command line codes in windows.Since this is the first post I dont want to post anything harmful.Given below is a simple code to create a never ending loop of message box.Try this at your college computer and see what happens.

First open a text document.

In it type the following code:


:g
msg * Try closing me.........
goto g


Save it as prank.bat

Now double click the file to see what happens.

To stop it open task manager.

Kill process cmd.exe

Still message boxes will be present.These are created during the earlier execution of the program.Press close till all the boxes disappear or restart the computer.:) :) :)


No comments:

Post a Comment