Hello Friends in the previous post I talked about the stunning Notepad Keyboard Effect. So today again I am about to share you another effect of Notepad. Have you ever dreamed that you type some text and computer will reply that again to you . Wouldn't that be fun ! Like in movies the computer talks but we must download or do many complicated things. But actually it is Very easy. You will need to follow some simple easy steps to do this . So, Let's Start.
Steps:
- Open Notepad.(Quite Simple Steps)
- Then Copy and Paste the Following code in Notepad.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
Now save this note in the notepad as filename.vbs(filename can be replaced with any) and then Execute the code. Enjoy! The Computer will speak what you will write on it.
This feature has been tested on Microsoft Windows Xp SP2 and also may work on 7.
Post a Comment