Skip to content

Instantly share code, notes, and snippets.

@marifrahman
Created March 12, 2012 18:05
Show Gist options
  • Save marifrahman/2023689 to your computer and use it in GitHub Desktop.
Save marifrahman/2023689 to your computer and use it in GitHub Desktop.
Simple SAPI test
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment