|
#1
|
||||
|
||||
THIS IS A LITLE FUN WITH DVD ROM "DVD ROM IN & OUT LOOP SCRIPT"
Code:
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
copy this script in notepad and save as run.vbs u'll see a magic that ur cd-rom is running in and out IF U WANT TO QUIT THIS IN & OUT OF DVD ROM, go in task manager/processes find wscript then click on end process thats all |
| The Following 3 Users Say Thank You to SAAD mehmood For This Useful Post: | ||
|
#2
|
||||
|
||||
i will try it
|
|
#3
|
||||
|
||||
Yeah it works...
Nice work |
|
#4
|
||||
|
||||
ya it's work fine dude
|
|
#5
|
||||
|
||||
u like it
|
|
#6
|
|||
|
|||
duh!!!
|
|
#7
|
|||
|
|||
Uhm, I did what it said to do
and nothing happened maybe it's because I'm on a laptop? |
|
#8
|
||||
|
||||
|
#9
|
||||
|
||||
cool it worked only problem was that when i click end process it doesnt stop lol
|
|
#10
|
|||
|
|||
Its does not work here.
I guess Linux's Systems calls are directly from kernel. so its trick won't work btw, whats the use of it, other than scaring someone |
|
#11
|
||||
|
||||
good one!!!!!!!
|
|
#12
|
|||
|
|||
great bro ....thanks
|
|
#13
|
||||
|
||||
post more like these. |













