How to make your pc talk in batch programming?

1 replies
I know how to make it talk in vbs, but what about batch (cmd) I cant use vbs because of the program im trying to make. or is there a vbs to bat converter
#batch #make #programming #talk
  • Profile picture of the author evalauren
    Try this
    Dim message, sapi
    message=InputBox("Enter the text you want spoken","Speak This")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak message .
    {{ DiscussionBoard.errors[2464499].message }}

Trending Topics