Skip to content

Instantly share code, notes, and snippets.

@warthurton
Created July 25, 2013 21:49
Show Gist options
  • Save warthurton/6084093 to your computer and use it in GitHub Desktop.
Save warthurton/6084093 to your computer and use it in GitHub Desktop.
@echo off
nircmdc speak text "hello"
echo %errorlevel%
pause
nircmdc speak text "goodbye"
echo %errorlevel%
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment