How To Speak Your Own Computer
- First open notepad
- Type the below code in notepad and save as pcspeaks.vbs
- Then open the file "pcspeaks.vbs" from where you save
- Type your desire text and click Ok
- Enjoy
Dim msg, sapi
msg=inputBox("Enter your text for conversion","iTzPaRaDizE.BlogSpot.CoM")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
0 comments:
Post a Comment