Monday, 25 July 2016

HOW TO MAKE YOUR PC READ WHAT YOU TYPE!

Using Notepad

1. Open Notepad on your pc

2. Copy and paste this code below:

Dim msg, sapi msg=InputBox("Enter your text for conversion–http://www.infotaive.blogspot.com/","By – infotaive")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3.Click On file from the drop down menu, then click save or Press Ctrl + S

4. The dialog box will pop up or appears,save the file with any name and .vbs extension

No comments:

Post a Comment