How to Convert Text Into Speech Using Notepad - No Downloading




Here is a Code ;
 Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message    

Then Save As   Seech.vbs        name 

 Tips ;


  • vbs Stands for Visual Basic Scripting.
  • Text in " " can be replaced.

Post a Comment

0 Comments