Latest News

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.

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

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top