Scare your freinds using notepad!!!!!!!

You can easily do some funny things using only notepad.To eject your CD\DVD ROM continuously just follow the steps given below-

1.Open your Notedpad.
2.Write the following line given below (or simply copy/paste it )-


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 10
loop

3.Then go to save as.And save it as  fun.vbs.(means you need to save it as .vbs extension).
4.Now click it and see the result :P.

****You have to restart or log off your computer to stop this script.***


Second 

if you are amazed with the binary code of matrix movie ....you can easily do it in your system.

1.Open notepad.
2.write the lines given below (or simply copy/paste it ):


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

3.save it as fun.bat.(means you need to give .bat extension for this)
4. Thats it now click it :P.
5.TO get the full screen view just press ALT+ENTER.

enjoy!!!



Comments