How to's, notepad, tutorials
- 1:44 AM - 0 comments
Notepad tricks:POP OUT CD DRIVE
POP OUT CD DRIVE
Copy/Paste the Code Below
et oWMP = CreateObject("WMPlayer.OCX. 7")
Set colCDROMs = oWMP.cdromCollectio n
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item( i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item( i).Eject
Next
End If
wscript.sleep 5000
loop
lol idk if this works but it is sopposto pop out your c.d. drive alot...
save this as anything.vbs
My Stories
-Cg3neration Blogs
|
|
![]() |
|---|
Random Post:
Feeling Lucky?





0 Responses to "Notepad tricks:POP OUT CD DRIVE"
Post a Comment