mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Change to use speak-english.ps1
This commit is contained in:
@ -25,8 +25,8 @@ try {
|
||||
if ($Line -like "HEAD*") { & "$PSScriptRoot/write-big.ps1" "$($Line.substring(5))"; continue }
|
||||
|
||||
""
|
||||
& "$PSScriptRoot/give-reply.ps1" "$($Step). $Line"
|
||||
$Dummy = read-host " Say <Check> or press <Return> to continue"
|
||||
& "$PSScriptRoot/speak-english.ps1" "$($Step). $Line"
|
||||
$Dummy = Read-Host " Say <Check> or press <Return> to continue"
|
||||
$Step++
|
||||
}
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user