mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-15 23:28:07 +02:00
Added speak-german.ps1
This commit is contained in:
@ -20,7 +20,7 @@ try {
|
||||
write-progress "$Text"
|
||||
$Voice.Voice = $OtherVoice
|
||||
[void]$Voice.Speak($Text)
|
||||
write-progress -complete ""
|
||||
write-progress -complete "$Text"
|
||||
exit 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user