Skip to content

Instantly share code, notes, and snippets.

@ryo-utsunomiya
Created July 15, 2015 13:12
Show Gist options
  • Save ryo-utsunomiya/60023734fed737e6eb85 to your computer and use it in GitHub Desktop.
Save ryo-utsunomiya/60023734fed737e6eb85 to your computer and use it in GitHub Desktop.
var voice = WScript.CreateObject("SAPI.SpVoice");
voice.Speak("3");
WScript.Sleep(1 * 1000);
voice.Speak("2");
WScript.Sleep(1 * 1000);
voice.Speak("1");
WScript.Sleep(1 * 1000);
voice.Speak("START");
WScript.Sleep(1 * 1000);
voice.Speak("OWARI DESU");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment