Tuesday, 11 February 2014

Make your Pc to talk

Make your Pc to talk in just following few steps

1) Open notepad
2) Copy and paste this code in Notepad
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


3) Save it as "speak.vbs"
4) Run and have fun by giving different names


Facebook Pinterest StumbleUpon Delicious Reddit Digg Email Delicious

0 comments:

Post a Comment