Monday 15 October 2012

Make Your Computer Talk



  • Open a Notepad.

  • Copy and paste the below code and save the notepad as “talk.vbs” (without quotes).

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


  • Double click talk.vbs and type any text and see the magic.

No comments:

Post a Comment

How to Use a Single Mouse and Keyboard Across Multiple Computers

If you’ve got multiple computers at your desk, you probably know that it’s a pain to use more than one keyboard and mouse. Here’s how to u...

Popular posts