Top

How to make a talking script

September 28, 2008

Today I will show you how to make a text to word script using notepad.

Open note pad and copy the following:

 

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Make sure you save it as a .vbs file.

Then run it and enter the text you wish to hear and it will play.

Popularity: 34% [?]

No related posts.

Comments

One Response to “How to make a talking script”

  1. Make How To on October 31st, 2008 5:26 am
    found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..

Got something to say?





Bottom