Tuesday, December 9, 2014

Lets create a Teller Software to narrate your text


Have you ever tried to create a Software using Notepad...? Strange to listen, huh? Yes, you can create a simple software in a minute that will narrate/read the text you will input. It's very simple and funny. 

 Step 01  Open a Notepad Document
Press Windows Key+R together, the RUN Command Box will open. Now type notepad into the box and press thw Enter Key or click on the OK button. After pressing the OK button a new notepad document will open.
You may also open a notepad document following the steps Start>All Programs>Accessories>Notepad.
narrator,primary software,software using notepad

 Step 02  Type the text and save the document with .vbs extension
Now type the text given below into the notepad document. Then click on File from the menu, a drop-down menu will open. Now click on Save As... , a pop-up window will open. Now provide a file name as you want but don't forget to add .vbs extension with that. For example the file name may be speaker.vbs. Finally click on the Save button and save it.

Dim message, sapi
message=InputBox("Say as you like!","Speaker")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message



 Step 03  Run the .VBS file and tisten to the text
Now locate the vbs file you have saved just before a while and run the program by double clicking on it. Then a window will open like the image given below. Now write something into the text input box and click on the OK button.


Who is responsible for the greenhouse effect?


3 comments: