diff --git a/hybrids/mshta/say.bat b/hybrids/mshta/say.bat index c82f34f..43a328f 100644 --- a/hybrids/mshta/say.bat +++ b/hybrids/mshta/say.bat @@ -1,6 +1,6 @@ :speak @echo off setlocal enableDelayedExpansion -set "toSay=%~1" +set "toSay=%*" mshta "javascript:code(close((v=new ActiveXObject('SAPI.SpVoice')).GetVoices()&&v.Speak('!toSay!')))" endLocal