Friday 30 December 2011

*notepad trick 6:

Notepad Trick 6: To convert “Texts into Audio”:-

  • Open Notepad.
  • Copy the codes given below,
Dim msg, sapi
msg=InputBox(“Enter your text for conversion–www.knowhacking.wordpress.com”,”Knowhacking Text-To-Audio Converter”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
  • Save it with ‘.vbs’ extension.
  • Now open the saved file and see the magic.

No comments:

Post a Comment