View Single Post
Boemien's Avatar
Posts: 770 | Thanked: 558 times | Joined on Mar 2010 @ Abidjan
#10
Raaaaaahhhh! It's a male!!! loooool! thanks for this man!!

Originally Posted by MINKIN2 View Post
How about creating a dialogue box for you to type in instead?

Enter this into notepad

Code:
Dim msg, sapi
msg=InputBox( "Enter your text","Talk it")
Set sapi=CreateObject( "sapi.spvoice" )
sapi.Speak msg
Then save as "talk.vbs" or something. It will create a nifty dialogue box for you to type in, hit ok
The Dialog box is better, but thanks to you both.

Last edited by Boemien; 2011-06-16 at 20:16.