View Single Post
  #1  
Old 05-04-2009, 12:21 AM
usman_latif_ch's Avatar
usman_latif_ch usman_latif_ch is offline
Senior Member

 
Join Date: Sep 2008
Location: Lahore
Age: 39
Posts: 6,663
Contact Number: 03009441339, 03334146191
Program / Discipline: Engineering
Class Roll Number: BME-01083029 (The University Of Lahore)
usman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond repute
Read Make your pc talk

Make your pc talk
Name:  9u11uf.jpg
Views: 265
Size:  23.1 KB

Open a text file in notepad and write:

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save the file with a (*.vbs) extension, it will create a VBScript File.
Now open the saved file, input the text and press ok."

u will hear what u typed J

this works in xp,may be in vista also.

__________________
Reply With Quote