Blogger Widgets

Monday, January 30, 2012

Notepad Tricks

Use Notepad As Diary :
Just open notepad and type ".LOG " and hit enter & save the file as you like
Now open you will find the date &time under the log 
now type what you want and save it & close. Whenever you open the notepad it will show the content that you have typed with date & time.

See Matrix effect on Command Prompt Window:
Just open the notepad and copy the following code and past it on notepad.
and save it as a name as you like with .bat extension.
CODE:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


Make Your Friend Get Irritated & Forcibly Shutdown His/Her System:
    When you  are in online if any of your friend irritating you with his messages then you can make him get irritated with continuous pop-up and not ending.The only remedy for this problem is to shutdown his/her system. Then you can get rid of from your friend's messages..

Just copy the following code and past it on notepad.

CODE:
@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

And save it as you like with extension of .bat
now send it to your friend and make him to execute it.

No comments:

Post a Comment