mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Change to use speak-english.ps1
This commit is contained in:
@ -29,7 +29,7 @@ try {
|
||||
for( $i = 0; $i -lt $keyPresses; $i++ ) {
|
||||
$obj.SendKeys( [char] 175 )
|
||||
}
|
||||
& "$PSScriptRoot/give-reply.ps1" "$($Volume)% volume."
|
||||
& "$PSScriptRoot/speak-english.ps1" "$($Volume)% volume."
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Reference in New Issue
Block a user