How To Make Text Talk In PC?
(1) First open Notepad and Copy codes below .
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2) Now save the Notepad file as speak.vbs (Extention .vbs is must)
(3) Then shut the Notepad and open it once Again.
(4) Done !!!
(5) Type the text , Click Ok .
(6) Hear it talking to you.
0 comments:
Post a Comment