Episode 14: Automaticlly have the computer open the CDROM drive when turned on
Loading...
187
views
Loading...
Uploader Comments (ThisUsernamePwnsBTW)
Video Responses
This video is a response to EMO VERSION: "HOLD IT AGAINST ME"
see all
All Comments (8)
-
how do u stop it?
-
crap, I mean the code is The code is do Set oWMP = CreateObject("WMPLAYER.OCX.7") Set colCDROMS = oWMP.cdromcollection if colCDROMS.Count >= 1 then For i = 0 to colcdroms.Count - 1 colCDROMS.item(i).Eject Next'cdrom End if loop
-
The code is do
Set oWMP = CreateObject("WMPLAYER.OCX.7")
Set colCDROMS = oWMP.cdromcollection
if colCDROMS.Count >= 1 then
For i = 0 to colcdroms.Count - 1
colCDROMS.item(i).Eject
Next'cdrom
End if
loop
-
is there a way to make it so it'll close by pressing the disk drive button AFTER using the script?
-
ITS 2MINS!!!!!!!!!!!!!!!!
-
Doesn't work for my laptop with a slot loader if there's no disc in :) you can't get me muhahahaha
Loading...
awsome... see no wow
JiantJarboe 1 year ago
@JiantJarboe thx bra
ThisUsernamePwnsBTW 1 year ago