Skip to content

Instantly share code, notes, and snippets.

@zakki
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save zakki/67635d6d775ec1c997e8 to your computer and use it in GitHub Desktop.

Select an option

Save zakki/67635d6d775ec1c997e8 to your computer and use it in GitHub Desktop.
[ /'//*' ] && exec cscript -E:jscript -nologo `cygpath -w $0` $* #*/ ] ;
var spVoice = WScript.CreateObject("SAPI.SpVoice");
var args = WScript.Arguments;
for (i = 0; i < args.length; i++) {
spVoice.Speak(args(i));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment