| 0 comments ]

Make your XP Speak :

*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

0 comments

Post a Comment