mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-23 02:18:21 +02:00
Update give-reply.ps1
This commit is contained in:
parent
3a0cb4a001
commit
1383261c68
@ -17,7 +17,7 @@ param([string]$text = "")
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
# print reply on the console:
|
# print reply on the console:
|
||||||
"→ $text"
|
" ← $text"
|
||||||
|
|
||||||
# speak by text-to-speech (TTS):
|
# speak by text-to-speech (TTS):
|
||||||
$TTSVoice = New-Object -ComObject SAPI.SPVoice
|
$TTSVoice = New-Object -ComObject SAPI.SPVoice
|
||||||
|
Loading…
Reference in New Issue
Block a user