Update the manuals

This commit is contained in:
Markus Fleschutz
2021-09-11 11:27:07 +02:00
parent 6bbadea146
commit 9185eed551
25 changed files with 88 additions and 24 deletions

View File

@ -1,9 +1,8 @@
#Requires -Version 2.0
<#
<#
.SYNOPSIS
list-voices.ps1
.DESCRIPTION
Lists the installed text-to-speech (TTS) voices.
Lists the installed text-to-speech (TTS) voices
.EXAMPLE
PS> .\list-voices.ps1
.NOTES
@ -11,6 +10,8 @@
.LINK
https://github.com/fleschutz/PowerShell
#>
#
#Requires -Version 2.0
try {
Add-Type -AssemblyName System.Speech