mirror of https://github.com/wb2osz/direwolf.git
8 lines
114 B
Batchfile
8 lines
114 B
Batchfile
|
echo off
|
||
|
|
||
|
set chan=%1
|
||
|
set msg=%2
|
||
|
|
||
|
sleep 1
|
||
|
|
||
|
"C:\Program Files (x86)\eSpeak\command_line\espeak.exe" -v en-sc %msg%
|