Skip to main content

Make your Computer Talk


Make your Computer Talk

Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

To create one such talk script, follow the steps given below:-

Make your Computer Talk

Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
        3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
        4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

    Now your Computer will speak / talk what you typed in Step 4. Try it yourself.

    Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XP,Windows VistaWindows 7 and Windows 8.

    Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.

    Comments

    Popular posts from this blog

    Water Chargers-Now charge your cellphones using water instead of electricity

    Water Chargers-Now charge your cellphones using water instead of electricity Some days ago, researcher developed a new technique for charging the devise without electricity. When we want to charge our device we just need to add water and get a power at any place anytime. This is useful for those people who spend a long time away from the electricity means in these area which have a big problem of electricity like-desert,forest etc.. At that time If they need to charge their device at that time it just add a water in charger and they can have power. This is developed by a team in Sweden’s KTH Royal Institute of Technology and made by MyFC, it is  the water-activated charging device that will give power using fresh or salt water, the developers claimed. It can extend battery life up to 3 watts. There is another source of light is solar energy, But solar charging can be affected by the weather and the position of the sun and not hugely helpful if your urgent p...

    How to make a bootable pendrive

    How to make a bootable pendrive using command prompt!! general 1. Type “diskpart” inside the command  prompt and hit “ENTER”. 2. After last step type “list disk” inside the  command prompt and hit “ENTER”.  3. Type “select disk 1” inside the command  4. Type “clean” and hit “ENTER”. It will erase  5. Type “create partition primary” and hit  6. Type “select partition 1” and hit “ENTER”. 7. Type “format=fs ntfs quick” and hit  8. Type “active” and hit “ENTER”. It will 

    How To Speak PDF Files in Adobe PDF Reader (With Video)

    How To Speak PDF Files in Adobe PDF Reader (With Video)  PDF (Portable Document Format) is a file format used to view, digitally sign, search, verify, print, and collaborate on Adobe PDF files. PDF documents are read-only and also because most mobile phones, computers and ebook readers can open Adobe Reader software. Adobe Reader software is the global standard for electronic document sharing. Your PDF files speaking Just activate this feature in Adobe Reader. This feature works in Adobe Reader 7.0 and above.  Steps to activate this feature in Adobe Reader: Open any pdf file in Adobe Reader Go to “ View ” Menu Click on “ Read Out Loud ” option Click on “ Activate Read out Loud ” option or use Shortcut as Shift+Ctrl+Y Once this feature is activated, use following shortcuts for different related tasks; Read Current Page Only – Shift+Ctrl+V Read Entire Document – Shift+Ctrl+B Pause Reading – Shift+Ctrl+C Stop Reading – Shift+Ctrl+E How To Speak PDF Fi...