How To Make Your Computer Speak What You Type
This is one of the greatest notepad tricks that will make your computer speak what you type. You can create your own text to speech software by using this code.
Let get start :
1. Open Notepad
2. Copy and paste below code to the notepad
- Dim message, sapi
message=InputBox("www.genuinehackingtrick.blogspot.in","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3. Save it as .vbs file extension
4. Run the file that you just saved and type what you want your computer to say
5. Enjoy!!!
0 comments: