Created
January 11, 2017 18:00
-
-
Save JayRaparla/316dd81557aed42cbb0bbad78a650a6a to your computer and use it in GitHub Desktop.
vbscript useful statements and examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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