Make Windows XP Talk

By sagargulati on Apr 27, 2012

Hello!
Here is a good script to make "MAKE YOUR WINDOWS XP TALK TO YOU".........!!

####################################

MAKE YOUR WINDOWS XP TALK TO YOU

####################################

TO DO :

Open a text file in notepad and copy paste the below code :

Save the file with a (*.vbs) extension, it will create a VBScript File.
It will prompt you for a text, input the text and press ok."

; copy from here - - - - - - -

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

; - - - - - - -to here

Comments

Sign in to comment.
sagargulati   -  Apr 27, 2012

Thanks :) and Aha2y : Nope i don't know about it :)

 Respond  
[85]   -  Apr 27, 2012

tested picture

 Respond  
Jordyk19   -  Apr 27, 2012

Nice idea. Did you know mIRC got a Text-To-Speech feature?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.