Notepad is a very simple programme. But we can do a lot of things with it.
Today i am going to tell you guys a notepad trick. If you want to convert your text in to audio you don't have to use any softwares. Just Use this method and you won't have to use any softwares .This is an easy trick in Notepad.
Let's start.
1.Open notepad.
2.Copy the code bellow.
Dim msg, sapi
msg=InputBox("Enter your text for Conversation | audio","Text-To-Au
Set sapi=CreateObject("sapi.spvoic
sapi.Speak msg
3.Now save it as text_audio.vbs
4.And that's it.
5.Now open the file and type anything. Then click OK.
Comments
Post a Comment