Hack it!
This is a command Program To annoy your friend It just ejects the cd drive until the pc is restarted. theres no harm in trying it on your own Pc. have Fun!! Step 1
Open Notepad copy and paste the following:
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
Step 2
Click Save As and type whatever name u like and add a .vbs after the name and select all types under file type option below.
Pick a Catchy file name maybe a game name movie name, just to make sure the person opens the target.!!
To stop either kill the process on task manager or restart the PC.



