Make CD/DVD tray move In and Out- Funny!

This is a really cool trick you can play on others... Have you ever wanted to make the CD/DVD drive \tray go in and out contineoulsy?? Here is the trick.. MAKE THE DVD DRIVE GO 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 copy this script in notepad and save as run.vbs u'll see a magic that ur cd-rom is running in and out..

Category: 0 comments

0 comments:

Post a Comment