Make your computer speak what you type using notepad

Create Application using notepad to make computer speak what you type Here is one interesting code created by us to make your computer speak what you type. Let's Start. Step 1 : Open your notepad. [start >> run >> Type "notepad" >> Enter] Step 2 : Copy the following code in notepad then save it with .hta extension [e.g MSG-Speaker.hta] < html><head><title>Message Speaker - TKF</title><HTA:APPLICATION APPLICATIONNAME="Message Speaker - TKF" ID="Mesage Speaker - TKF" VERSION="1.0" MAXIMIZEBUTTON="no" SCROLL="no"/></head> <style> td { color: Black; } caption { color: Black; }