Make Computer Speak
Hey hi to all hope you all are good.
This post will tell you that how you can make your computer speak whatever you want.
This trick is working on all Microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.
steps:
...
1.Open Notepad and copy and paste the following code.
Dim message, sapi
message=InputBox("What do you want me to say?, just type below","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs and type in the box whatever you want your computer to speak for you.
hope you like.....
This post will tell you that how you can make your computer speak whatever you want.
This trick is working on all Microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.
steps:
...
1.Open Notepad and copy and paste the following code.
Dim message, sapi
message=InputBox("What do you want me to say?, just type below","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs and type in the box whatever you want your computer to speak for you.
hope you like.....
Comments
Post a Comment