Skip to main content

Talking Computer!!

Talking Computer!!

You can  make your computer speak whatever you type from the keyboard.
With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

 To create one such talk script, follow the steps given below:-

Steps1.Open Notepad.

Steps2.Copy and paste the exact code given below(without quotes)

" Dim Message, Speak
  Message=InputBox("Enter text","Speak")
  Set Speak=CreateObject("sapi.spvoice")
  Speak.Speak Message "

Steps 3. While saving don't forget to select ALL TYPES in Save as Type option, and save the file as "anything.vbs".

Steps4.  Double click on the saved file, a window will open like the one in the image. Enter any text in enter textbox and click OK.

Now your Computer will speak what you typed .


 

Comments