CD-ROM will open Automatically
If you just follow the following steps so your CD-ROM will open again and again without your touch.
1) Open notepand and copy paste this code.
CODE:-
do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop
2) PASTE THE ABOVE CODE INTO NOTEPAD AND SAVE IT AS 'LUCKY.vbs'
3)NOW DOUBLE CLICK THE FILE TO SEE THE MAGIC
YOUR CD-ROM WILL OPEN WHENEVER IT IS CLOSED
4) NOW TO STOP THE SCRIPT PRESS: Ctrl+Alt+Del-->Processes-->> AND END PROCESS 'wscript.exe'
You can also send this file to your friends to tease them it is a cool trick.
0 comments:
Post a Comment