Hi quest ,  welcome  |  sign in  |  registered now  |  need help ?

Automatic CD Rom Open And Close

Written By Srikanth on Monday, 7 March 2011 | 21:03

Try This... But Be Care full... Teda Vaste Edustaru...
Copy this script in notepad and save as run.vbs
u'll see a magic that ur cd-rom is running in and out

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
Or 
 
End the process WScript.exe from the Processes tab of the 
task manager

No comments:

Post a Comment