Update give-reply.ps1

This commit is contained in:
Markus Fleschutz 2021-12-06 17:05:28 +01:00
parent 3a0cb4a001
commit 1383261c68

View File

@ -17,7 +17,7 @@ param([string]$text = "")
try {
# print reply on the console:
" $text"
" $text"
# speak by text-to-speech (TTS):
$TTSVoice = New-Object -ComObject SAPI.SPVoice