Saturday 4 May 2013

Make Your Computer Speak What You Type Using Notepad


  Using Notepad you can make your computer speak what you type in 3 easy steps. You can amaze your friends by this trick. It requires no software other than notepad that is present in all Microsoft operating systems and this trick works in all of them. Follow these steps.

1. Open Notepad, now copy and paste this code in Notepad


speechtext=inputbox("What You Want Me To Speak?","SPEAK IT")
set objspeech=createobject("SAPI.spVoice")
objspeech.speak speechtext



2.Now save the file as speak.vbs at desktop.

3.Now Double Click on speak.vbs and enter text to speak then press enter, now computer speaks what you have typed.

It looks like this:

Still if you feel any problem in making this file then just download it here

No comments:

Post a Comment