www.RA.blogspot.com

Tips and tricks

Monday 5 September 2016

Notepad trick text to audio

             Notepad trick text to audio



Open Notepad file on your Windows PC.
       Copy and paste the below mentioned code :
       Dim msg, sapi
       msg=InputBox("Enter your text for conversion www–.haktuts.com","haktuts Text-To-Audio      
       Converter")
       Set sapi=CreateObject ("sapi.spvoice")
       sapi.Speak msg
       Save this file with any name with .vbs as extension. For eg. Text-To- Audio.vbs

No comments:

Post a Comment