Friday, November 22, 2013

Make Your Computer Speak ( Using Notepad).

1. Copy and Paste the Below Code in Notepad.
2. Save the file in Name Saroj.vbs  , and close notepad.
3. Run the file. 

Dim message, saroj
message=InputBox("Write In the Box what you Want?","Speak to Me")
set saroj=CreateObject("sapi.spvoice")
saroj.Speak message


Have a Nice day.


2 comments: