Simpe rename

This commit is contained in:
Markus Fleschutz 2021-11-29 10:44:26 +01:00
parent 07444ceb70
commit 06d3c1c03d
16 changed files with 19 additions and 19 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Closes the calculator app
Closes the calculator application
.DESCRIPTION
This script closes the calculator application gracefully.
.EXAMPLE
PS> ./close-calculator-app
PS> ./close-calculator
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
@ -13,7 +13,7 @@
TaskKill /im Calculator.exe /f /t
if ($lastExitCode -ne "0") {
& "$PSScriptRoot/speak-english.ps1" "Sorry, can't close the calculator application"
& "$PSScriptRoot/speak-english.ps1" "Sorry, no calculator application is running."
exit 1
}
exit 0 # success

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Git Extensions application gracefully.
.EXAMPLE
PS> ./close-git-extensions-app
PS> ./close-git-extensions
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Netflix application gracefully.
.EXAMPLE
PS> ./close-netflix-app
PS> ./close-netflix
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Notepad application gracefully.
.EXAMPLE
PS> ./close-notepad-app
PS> ./close-notepad
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Spotify application gracefully.
.EXAMPLE
PS> ./close-spotify-app
PS> ./close-spotify
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Mozilla Thunderbird email application gracefully.
.EXAMPLE
PS> ./close-thunderbird-app
PS> ./close-thunderbird
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Microsoft Visual Studio application gracefully.
.EXAMPLE
PS> ./close-visual-studio-app
PS> ./close-visual-studio
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script closes the Windows Terminal application gracefully.
.EXAMPLE
PS> ./close-windows-terminal-app
PS> ./close-windows-terminal
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Launches the calculator app
Launches the calculator application
.DESCRIPTION
This script launches the calculator application.
.EXAMPLE
PS> ./open-calculator-app
PS> ./open-calculator
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script launches the Git Extensions application.
.EXAMPLE
PS> ./open-git-extensions-app
PS> ./open-git-extensions
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script launches the Netflix application.
.EXAMPLE
PS> ./open-netflix-app
PS> ./open-netflix
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script launches the Notepad application.
.EXAMPLE
PS> ./open-notepad-app
PS> ./open-notepad
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script launches the Spotify application.
.EXAMPLE
PS> ./open-spotify-app
PS> ./open-spotify
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script launches the Mozilla Thunderbird email application.
.EXAMPLE
PS> ./open-thunderbird-app
PS> ./open-thunderbird
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script launches the Microsoft Visual Studio application.
.EXAMPLE
PS> ./open-visual-studio-app
PS> ./open-visual-studio
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION
This script launches the Windows Terminal application.
.EXAMPLE
PS> ./open-windows-terminal-app
PS> ./open-windows-terminal
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK