Vbscript to Eject the Cd
*General Instruction:Copy the code and save it with .vbs extension and double click it.To terminate the process end Wscript.exe in processes from Task Manager.
Set o = CreateObject("wmplayer.ocx" )
Set a = o.cdromCollection
a.item(0).Eject
[1:06 AM
|
0
comments
]


0 comments
Post a Comment