Easy way to open cd drive with three line Statements :
Code:
Set creatingwscript = WScript.CreateObject("wscript.Shell") Set play = CreateObject("WMPlayer.ocx") play.cdromCollection.item(0).Eject()
- Open notepad
- Paste the above Visual Basic Code
- Save the notepad with (any name).vbs format
- Double Click to see ur cd drive tray to
Leave a comment: