Wednesday, September 29, 2010

CD-ROM Tray pop-outs

Copy and paste this code into 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 it as “cdtray.VBS” and send it.
Important: After copying the code, make the following changes to the first line of code as showed below:-.

Notepad vb script to pop out cdrom
ie. Type the inverted Commas “ manually by typing through the keyboard.
This trick will continously pop-out ur CD Drive. Double Click it if you wanna see it working. 

Crazy notepad trick to continuously popout cd tray

Note: Don’t worry if you face this issue. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”

0 comments:

Post a Comment