Text to Speech Using VBS

by Candy Cane in Circuits > Computers

25723 Views, 5 Favorites, 0 Comments

Text to Speech Using VBS

Capture.GIF

Hello guys and once again welcome to my instructable. Today i'm going to show you how to make a really easy to use text to speech program. Lets get started :D

Step 1: Open Notepad and Paste Code

dfdfdfdfdfdf.GIF
dfdfdfdfdfdfdfdfdfd.GIF

Open notepad and paste this into it:

Dim message, sapi
message=InputBox("What do you want me to say?","Made by Candy") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message

Make sure you save it as speech.vbs

also change the "Save as" to all files

Open It Up

dfdfdfd.GIF
sdfd.GIF

Once you save it find wherever you saved it to and open it.

Type whatever you want into the box and turn you volume up.

It should work. Anyways thanks guys for reading and i hoped i help some of you make your computer talk.

Have a nice day :D