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
wow, another way to break the gears! cool! //edit: how the hell will i stop it!!!!!! MY DRIVES STILL OPEN AND CLOSE!!!!!