Main » 2011 » August » 18 » Disk Drive Trick
8:52 PM
Disk Drive Trick

What Does This Do?

You can implement this into anything really, or just send it to a friend for fun.

Open The Drive

1. Open notepad
2. Type:
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

3. Save as: anything.vbs
Now once you click it, the disk drive will open.

Close The Drive

1. Open notepad
2. Type:
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
colCDROMs.Item(i).Eject
Next ' cdrom
End If

3. Save as: anything.vbs
When you click this, the disk drive will close.
Category: Amazing Tricks | Views: 749 | Added by: 3x3r00t | Rating: 0.0/0
Total comments: 0
Only registered users can add comments.
[ Registration | Login ]
Recommend on Google

Designed By [#]./3X3.R()()T
Like Us on Facebook Follow Us on Twitter Subscribe Us on Youtube WWW.GeniusHackers.NET © 2024
Founder and CEO of GeniusHackers [#] /3x3.R()()T
Hosted by uCoz