Make your PC talk|(really amazing)

hasiwarna

Member
Oct 29, 2007
2,017
50
0
හංදියේ
Open a notepad and write or copy and past:

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

Save the file with a speak.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 :shocked: :shocked: :shocked: :shocked: :lol: :lol:

this works in xp,may be in vista also.

plz comments !!