Monday, 22 June 2015

Make Your PC talk

Hello friends we are always ready to help you and reveal out some special features about your pc which you do not know


Well as the name suggests this post is all about make your pc talk. There are two real time methods that can be used . One is programming based and other is simply the alternartive. All you need to do is simply copy and paste the following text in notepad.....

Dim msg, sapi


msg=InputBox("Enter your text","Talk it")

Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg



Now save this file with "Make Your pc Talk.vbs" 




This will simply create a scripted file. Type the text and click on OK button to enjoy your talking app.. 

4 comments: