This will make the CD drives constantly pop out*
ေသူငယ္ခ်င္းေဘာ္ဒါေတြကို စစေနာက္ေနာက္လုပ္ခ်င္တဲ့ သူေတြအတြက္ computer CD drive ကို Automatic ဝင္ထြက္လုပ္လို ့ရတဲ့ ကုဒ္ေတြ႔ပါ :D
Code :-)
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
ေသူငယ္ခ်င္းေဘာ္ဒါေတြကို စစေနာက္ေနာက္လုပ္ခ်င္တဲ့ သူေတြအတြက္ computer CD drive ကို Automatic ဝင္ထြက္လုပ္လို ့ရတဲ့ ကုဒ္ေတြ႔ပါ :D
Code :-)
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
0 comments:
Post a Comment