Lucky Bhumkar's Blog: Lets Fun with Notepad

Feb 6, 2011

Lets Fun with Notepad

As you know Notepad is the utility helps to edit any file with ease especially .txt and .html. But this definition is limited up to common users only, now you can arose question like what are other characteristics notepad have? Now we discuss them in detail, see following tricks.. 


1. Matrix Falling Code Effect 
 
 
Matrix Effect
 

In most films, while actor trying to crack the password of villains computer you might see falling a green character everywhere on desktop. Copy following code and past it into notepad and save with name as you want but remember extension must .bat not .txt (you can add “ “ sign while saving file as .bat for example “matrix.bat”, so file will be automatically saved with name matrix.bat)

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

2. Fake Virus Message
Copy following code and paste it into notepad and save it with any name but extension must .vbs (i.e. Virus.vbs). Send it to your friends via emails and see what will happen? All tricks are totally harmless and only for fun, enjoy..!

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

3. Automatic Ejects CD/DVD/Bluray Drives continuously.
Friends are gift from God, giving stress to them are our crazy motto. Lets paste the following code into notepad and save it with any name and extension must .vbs (i.e. Funny.vbs)

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Send this file as attachment with funny message to your friend and ready to receive phone call from friend about this disaster… Ha...Ha...Ha... J

4. Make Personal Diary

Are you tired entering time and date each time at opening your personal diary or notes? Now don’t worry, you can solve this problem without any doubt. For this, open new notepad file and type .LOG (must in capital letter) and press Enter key. Notepad will add time and date stamp each startup of this text file. 
 
 
 
 
 
☻☺☻☺ Fun and only Fun ☻☺☻☺

No comments:

Post a Comment

Disclaimer

This blog contains freeware and shareware applications, we do not post any crack or serial. If any one have any complaints/ suggestions regarding this, please leave a comment to that post.