Subscribe Now

* You will receive the latest news and updates on your favorite celebrities!

Trending News

Blog Post

Let your Computer Speak to You
Tips and Tricks

Let your Computer Speak to You 

Making your computer speak may sound strange to you. Yes! but it actually can, notwithstanding what you want it to say.

Using a little VBS – i.e Visual Basic Script, you can make this happen.  Follow the steps below to carry out this task.

Step 1: Open Notepad

Step 2: Copy and paste the code below

Dim Message, Speak


Message=InputBox(“Enter text”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message

computer speak

 

Step 3: Go to “File -> Save As..” to save the file

talk1

 

Step 4: Ensure you specify .vbs (Visual Basic Script) as the file extension and set the “Save as type” to “All files”

computer speak

 

Step 5: You will have and icon like this.

computer speak

 

Step 6: Open your File, Then write in anything you want your computer to say. And click “Ok”

talk4

 

See also, Creating the African Map with Photoshop

 

Related posts

2 Comments

Leave a Reply

Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.