A new way to open disk drive with Notepad!

This is another trick which will teach you how to open your DVD drive with the help of notepad...
There are some simple steps which you should apply ..
First of all what you have to do is open Notepad
Copy the below code in the notepad::
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
Save this and name it DVD.vbs
NOTE: You should note that the extension should be "VBS" ONLY
ABOUT THE AUTHOR
Hello, I'm Jagrit n I like Blogging and Graphic Desinging. My blog brings you latest Games, Apps, n Tech News
0 comments:
Post a Comment