Hi Friends Today I Want to Share you How To Make your Computer Talk .Follow Given Steps Easy You Can Do it.
1.First Open Notepad.
2.Copy The given below Code In Notepad.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
3.Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs.
4.Double click on the saved file Enter some text in enter text column and click OK.
Now your Computer will speak / talk what you typed. Try it yourself Very Easy & Funny.
Windows Compatibility: This VBS file can be Supported on all versions of Windows including Windows XP,Vista, Windows 7 & 8.
1.First Open Notepad.
2.Copy The given below Code In Notepad.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
3.Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs.
4.Double click on the saved file Enter some text in enter text column and click OK.
Now your Computer will speak / talk what you typed. Try it yourself Very Easy & Funny.
Windows Compatibility: This VBS file can be Supported on all versions of Windows including Windows XP,Vista, Windows 7 & 8.
No comments:
Post a Comment