Today I am going to
tell you another notepad trick. If you want to convert your text in to audio
you have to use any programmes. But from this method you don't want to use
another software. An easy trick from Notepad.
Let's start.
Let's start.
- Open notepad.
- Copy the code bellow.
- Dont Change the Code.
Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by Sandy (http://sandy79382143.blogspot.com)"," Text-To-Audio Converter By Sandy Solanki")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
msg=InputBox("Enter your text for Conversation | Tool by Sandy (http://sandy79382143.blogspot.com)"," Text-To-Audio Converter By Sandy Solanki")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
- Now save it on desktop as text_audio.vbs
Click on this Icon.
- And that's it.
- then show the box bellow.
- Now type anything. Then click OK.