How to make your computer speak




Today I'm going to teach you how to make your windows computer to speak something you want. To do this we need to create a "VBS(Visual Basic Script)" file. Its very simple. Fallow these Steps...

1. Open Notepad.

2. Type fallowing code in it.

    Set MBH = Wscript.CreateObject("SAPI.SpVoice")
    MBH.speak "Hello, How are you. Thanks to nomo tips, now I can talk"


3. You can replace the text in Red color, with anything you want.

4. Go to "File ---> Save As..."

5. Enter any name you want.

6. Save it as  ".vbs" extention(Set "Save As type" to "All Files" and "File Name" to .vbs).

7. Go to the place where you save the file and just double-click it.

    Hooray....! Now your computer can talk.

0 comments:

Post a Comment