Thursday, 20 June 2013

Make Your Computer Talk Using Notepad


Make Your Computer Talk Using Notepad

Now we are going to teach you how you can use your notepad for communicating with your Computer. Follow the given steps.

1.Open Notepad

2.Copy and paste the following code:

Dim msg, sapi
msg=InputBox("Enter your text in the box below by techrockers7 blog","Notepad script for text to audio")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3.Save the file with '.vbs' extension like 'talk.vbs'

4.Run the file

5.Enter the text in the box

6.Hit ok to make the computer to talk


No comments:

Post a Comment