Ticker

6/recent/ticker-posts

Make your PC talk

Hello friends today am going to show you how to make your windows talk. when you type any word than your hear what you typed. So Excited ? Let's get started!

Just follow me:-

  1. Open text file on Notepad and paste the code below.
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
set sapi=CreateObject("Sapi.spvoice")
sapi.Speak msg

      2. save the file with (*.vbs) extension, it will create a VBScript File.
      3. Now open the file and input the text and  press ok.

Note:- This is work in windows Xp, Vista, Win7 also.

I hop this information is helpful for you if you found something interesting than please follow us and give your feedback in comment box.

Mohit Saran(Hacker's king)