Make Your Computer To Speak What You Type Using Simple Notepad Tricks - Government Jobs
Responsive Ads Here

Post Top Ad

Your Ad Spot

Thursday 8 January 2015

Make Your Computer To Speak What You Type Using Simple Notepad Tricks

          This is an interesting and the easier trick that are used on each and every system had operating system of windows with some of the additional features with them.its a systems trick that are used through the notepad and made the converting of texts to speech as the audio output as that of needed. there are a few tools and simple scripts we can write to make any computer that is running Windows speak to us.

Basic History


          In 1988, the iteration of VBScript or (Visual Basic Scripting Edition) appeared and was still a very primitive version of we have today. Over these years, the need for an easy to use and lightweight scripting language for Microsoft increased as based on the needed and depended on the users. Because of this, the company had kept working on it for a long timing and finally released it to the public in 1996.


          It is a simple script that uses COM (Component Object Model) to create, read, and control the whole file operations as based of we needed through the windows operating system that are released. Since Windows 98 was released, it has been installed with every computer. It is highly versatile because of the fact that the VBScript host environment can be embedded within programs can only be control using Microsoft Script. It is used quire often with Internet Information Services, Windows Script Host, and Internet Explorer.

          But, that’s enough of the technical jibber jabber. Let’s get down to it and learn how to make your computer talk!

Single Use VBScripts


          Creating a visual basic script is very easy and hasn’t require any special programs for their creating. Though there are programs you can use to write more highly advanced scripts, most programmers and people who dabble in writing scripts just use Microsoft’s Notepad which are easier and comfortable for the working.


          Are 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 like 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:-

Step 1:
Open Notepad.

Step 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

Step 3:    
Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".

Step 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 Vista, Windows 7 and Windows 8.

Post Top Ad

Your Ad Spot