- Back to Home »
- computer tricks , Notepad Tricks , talking computer »
- make your computer speak without any software
Saturday, August 17, 2013
STEPS TO MAKE YOUR COMPUTER SPEAK:
1.Open your notepad
2.Copy the below code and paste it in your notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoic e")
sapi.Speak message
3.Now save the notepad file with the name speak.vbs on your desktop.
4.Double Click on speak.vbs and type in the box whatever you want your computer to speak to you.
5.Enjoy the funny trick.
1.Open your notepad
2.Copy the below code and paste it in your notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoic
sapi.Speak message
3.Now save the notepad file with the name speak.vbs on your desktop.
4.Double Click on speak.vbs and type in the box whatever you want your computer to speak to you.
5.Enjoy the funny trick.