mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 17:33:17 +01:00
Simpe rename
This commit is contained in:
parent
07444ceb70
commit
06d3c1c03d
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user