Skip to content

Instantly share code, notes, and snippets.

@JayRaparla
Created January 11, 2017 18:00
Show Gist options
  • Save JayRaparla/316dd81557aed42cbb0bbad78a650a6a to your computer and use it in GitHub Desktop.
Save JayRaparla/316dd81557aed42cbb0bbad78a650a6a to your computer and use it in GitHub Desktop.
vbscript useful statements and examples
#Use microsoft text to speech api.
Set Sapi=Wscript.CreateObject("SAPI.spVoice")
Sapi.speak "Your apk is ready"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment