About

Sunday, 9 November 2014

On 08:20 by AJ ROCKS in    No comments

Speak Notepad Trick
This Notepad trick will make computer to speak whatever you type in the provided text-box. To use this trick, follow these steps:
  1. Open Notepad
  2. Copy & paste this command:
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
 .

  1.  Save the file as speak.vbs.
  2. Double-click the file and it will open a prompt. Enter the sentence you want your computer to speak
  3. Click OK and Notepad will speak the sentence for you.
  4. Note - In case, if you encounter error, re-type all the quotes and this notepad trick will work fine.

0 comments:

Post a Comment