>>Here is a funny way to annoy your friends/family members by messing with their computers.
This one is a simple batch file that makes a message box pop up that says anything you want.
The trick is no matter how many times you click OK, the message will never go away!
Have fun!
>>For Windows7(Type into notepad)
while(true)
msgbox " Insert your message here"
wend
And save it with ' .vbs ' extension on desktop.
Then double-click on that File...This Message will never be deleted..
You simply have to RESTART your system...!!
>>For Windows XP
This one is a simple batch file that makes a message box pop up that says anything you want.
The trick is no matter how many times you click OK, the message will never go away!
Have fun!
>>For Windows7(Type into notepad)
while(true)
msgbox " Insert your message here"
wend
And save it with ' .vbs ' extension on desktop.
Then double-click on that File...This Message will never be deleted..
You simply have to RESTART your system...!!
>>For Windows XP
@echo off
:top
msg * Insert your message here
goto top
:top
msg * Insert your message here
goto top
Please feel free to post comments .......!!!
>>Enjoy Friends...!!
0 comments:
Post a Comment