How to create a free pronunciation tool on Windows by using Notepad
No need to download any software and install it. Just use Notepad, copy some lines of code and save the file with the extension extension vbs to create a free pronunciation tool. The steps are quite simple, even people with low computer skills can do it.
How to create a free pronunciation tool on Windows with Notepad:
Step 1:
Open Notepad on your computer.
Step 2:
Next copy and paste the code below into Notepad file:
Dim message, sapi
message = InputBox ("A Free Pronunciation tool" + vbcrlf, "Text to Audio converter")
Set sapi = CreateObject ("sapi.spvoice")
sapi.Speak message
Step 3:
The next step is to save the Notepad file to Pronunciation.vbs and save it on the Desktop.
Step 4:
From now on every time you click on the tool you created and enter any one word or sentence, the tool will read the word, the sentence you enter immediately.
Refer to some of the following articles:
- These "hack" tips are only Notepad can do
- Troll friends by creating "fake" virus on Notepad
- Use Notepad to make the keyboard automatically type any text repeatedly
Good luck!
You should read it
- What is Notepad ++? Compare Notepad ++ and regular Notepad
- How to quickly open the data file with the Notepad editor
- Reset Notepad to the initial default setting state
- Tips to set an encryption password for NotePad files
- 7 ways to fix Notepad not opening error on Windows
- Why is Notepad still a great note taking application?
- How to open Notepad with admin rights
- How to create an Excel formula in Notepad ++
May be interested
- 6 tools to 'play' with super-toxic emoji that you never knewturn photos into emoji, programming languages based on emoji, translate text into emoji or shorten urls to emoji ....? make sure you never know them.
- 11 things that programmers need to remember when they want to develop mobile applications11 questions that any developer must find an answer before starting application programming.
- Manage more compact Desktop monitors with Fencesfences software has the function of supporting windows computer users to rearrange desktop screen more neatly, bar different items according to user arrangement. if your computer screen looks messy, you can do it ...
- To improve typing speed, visit these 5 websitesimproving typing skills is one of the skills that any user wants, especially office workers. if you want to know what your typing speed is currently and how to improve your typing speed, please refer to the following article of network administrator.
- Here's how to check if your TeamViewer account is hacked.if you are worried or suspect that your teamviewer account has been hacked, you can conduct a small investigation to confirm this again.
- Create Hiren's BootCD from USB drivehave you ever encountered a computer without a cd drive or a drive that has been corrupted and you want to reinstall the computer from a ghost set available on your computer?