funny notepad
trick to make your computer talk any text
you right HERE IS HOW IT WORK
1. Open a
Notepad.
2. Copy and paste the below
code and save the notepad as talk.vbs
(without quotes). color="yellow">Dim msg,
sapi
msg=InputBox(“Enter your text “,”Talk it”)
Set sapi=CreateObject (“sapi.spvoice”)
sapi.Speak msg
3. Double
click talk.vbs and type any text and see the magic.
No comments:
Post a Comment