mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Improved the scripts
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
function Speak { param([string]$Text)
|
||||
write-output "'$Text'"
|
||||
$Result = $Voice.speak("$Text")
|
||||
[void]$Voice.speak("$Text")
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user