Sunday 3 August 2014

Make your PC Talk, Homemade Speaking Software using Notepad, Notepad Tricks

Make your PC Talk, Homemade Speaking Software using Notepad, Notepad Tips and Tricks
Make your PC Talk, Homemade Speaking Software using Notepad, Notepad Tips and Tricks
How can you make your computer speak 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
Open Notepad.
Copy this code (Given Blow) and paste Into The Notepad. 

Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message 

  And Then Click on File Menu, Save As, select All Types in Save as Type option, and save the file as (Speak.vbs) or ("*.vbs".)  without brackets.

Now Double click on this  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 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.







No comments:

Post a Comment