No need to install any software or no need to download anything.
here is the simplest trick to make xp to speak what you type.
open Notepad and type the following text:
Then open the file. it’ll ask you enter text,within 1 second you can hear the sound.
here is the simplest trick to make xp to speak what you type.
open Notepad and type the following text:
Dim msg, sapi
msg=InputBox(“Enter your text”,”Talk it”)
save it as “filename.vbs”
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
Then open the file. it’ll ask you enter text,within 1 second you can hear the sound.