April 12, 2025 02:54:05 PM Menu

Make your computer talk what you type !


This is very good and interesting javascript trick which let your computer speaks whatever you type. There is no requirement of any software. Just follow below simple steps.

  • First open Notepad and copy below codes
     Dim message, sapi
message=InputBox(“What do you want me to say?”,”COOL HACKING TRICKS”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
  • Now save the notepad file as talk.vbs
  • Now close the notepad file and open it again.
  • Done !!!
25 Oct 2014

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
Loading...