Skip to content

Instantly share code, notes, and snippets.

@warthurton
Last active December 20, 2015 06:09
Show Gist options
  • Save warthurton/6084142 to your computer and use it in GitHub Desktop.
Save warthurton/6084142 to your computer and use it in GitHub Desktop.
nircmd test
@echo off
setlocal enableextensions
call nircmdc speak text "hello"
echo %errorlevel%
pause
call 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