Monday, May 7, 2012

[Trik notepad] buka tutup CD/DVD

trik notepad buka tutup CD/DVD

1.buka notepad (ya mesti lah namanya juga trik notepad ...)

2.salin kode berwarna biru dibawah ini
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 5000
loop


3.simpan dengan format .vbs


4.bila ingin mengakhiri  lewat task manager/ ctrl + alt + delete
   dengan nama program wscript.exe tinggal di end process