Notepad Trick: Convert Any Text Into Audio With Simple VBScript Code

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

  1. First Open Notepad in your PC.
  2. 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

- Advertisement -

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.

Related articles

Top 10 Cyber Security Trends to Watch Out in 2023

Cybersecurity is a method of safeguarding systems, networks, and programs...

Top 5 Free Offline Image Watermark Softwares For Windows & MAC PCs

Watermark software provides professional photo protection solutions for your...
Deepali
Deepalihttps://www.9bla.com
I am Deepali, A Indian blogger since 2012, writing some interesting topics on some blogs. My hobby is to live virtual life (investing all my time on the Internet). If I find something interesting in this virtual world, I share it with everyone.

LEAVE A REPLY

Please enter your comment!
Please enter your name here