1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-13 19:05:08 +02:00

Update speak-countdown.ps1

This commit is contained in:
Markus Fleschutz
2021-10-27 07:19:55 +02:00
committed by GitHub
parent 96794caf66
commit b1903422e2

@ -2,7 +2,7 @@
.SYNOPSIS .SYNOPSIS
Speaks a countdown by text-to-speech Speaks a countdown by text-to-speech
.DESCRIPTION .DESCRIPTION
This scripts speaks a countdown by text-to-speech (TTS). This scripts speaks a countdown starting from a given number (10 by default) by text-to-speech (TTS).
.PARAMETER StartNumber .PARAMETER StartNumber
Specifies the number to start from Specifies the number to start from
.EXAMPLE .EXAMPLE