It is an interesting notepad trick, which allow your computer speaks whatever you type. Before this article I post some notepad tricks. You can read more notepad tricks from here.
Worry about writing the code; simply download the code from here and double click on it. It’s simple.
What to do for that?
Just follow the below steps:
- Open notepad.
- Write the following code in notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Am2 Technology")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
- Then save it as talk.vbs
- Then close the notepad file and open it again.
Worry about writing the code; simply download the code from here and double click on it. It’s simple.
0 comments:
Post a Comment