ss_blog_claim=752cdf4fa7cc7b60527b400da1af07d5

All Posts filed under »Programming« Follow This Topic

August 4, 2008

0 Comments

*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. Dim msg, sapi msgbox(”Turn on de speakers:-)”) msg1 = InputBox(”enter”) Set sapi=CreateObject(”sapi.spvoice”) sapi.Speak msg1

August 4, 2008

0 Comments

*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