Sunday 15 July 2012

MAKE YOUR COMPUTER SPEAK WHAT YOU TYPE: NOTEPAD TRICK OS - Windows

~ Copy and paste the code given below in Notepad and save the file as Speak.vbs:

Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

~ Open the saved file, a window will open. Enter some text in Enter text column and click OK.

~ Now your Computer will speak / talk what you typed.




No comments:

Post a Comment