
- Funny VBS and CMD codes
-
Re: Funny VBS and CMD codes
Hey guys :D
Im having some troubls with the Popping CD Drives...
im writing:
" Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
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 100
loop "
in a .vbs file right?
but the same error comes in line 6 sign 1 error: 0x8FFF0101 code: 8FFF0101...
Someone that can explain???... thx :P
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks