mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 15:41:52 +02:00
Updated both scripts
This commit is contained in:
@ -10,7 +10,7 @@ param([string]$Text = "")
|
||||
|
||||
try {
|
||||
if ($Text -eq "") {
|
||||
$Text = read-host "Enter text to speak"
|
||||
$Text = read-host "Enter the text to speak"
|
||||
}
|
||||
|
||||
$Voice = new-object -ComObject SAPI.SPVoice
|
||||
|
Reference in New Issue
Block a user