Hello Guys, Now I want to tell you a very simple and easy Notepad Trick. By using this Windows Notepad Trick, you can convert any text into audio or voice. This is very easy and simple trick for understand.
You use many softwares which needs heavy space on your Hard Disk Drive. But this Trick needs no space on your HDD. This trick run with your windows notpad. Yes, You just have to add few lines of VB code into notpad. Read bellow to understand more.
Easy Notepad Trick to Convert Any Text Into Audio
- First Open Notepad in your PC.
- Copy & Paste below VBScript in your Notepad.
Dim msg, sapi
msg=InputBox("Enter your text for conversion","TRiXHUB Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Now Click on “Save As” and give the name extension .vbs
That’s it. Now open file and type something, you want to listen. Then press OK. And you will listen the words you written.