mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 14:37:19 +02:00
Rename to open/close-visual-studio-app.ps1
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Closes Visual Studio
|
||||
.DESCRIPTION
|
||||
This script closes the Microsoft Visual Studio application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-visual-studio
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
TaskKill /im devenv.exe
|
||||
if ($lastExitCode -ne "0") {
|
||||
& "$PSScriptRoot/speak-english.ps1" "Sorry, can't close Visual Studio"
|
||||
exit 1
|
||||
}
|
||||
exit 0 # success
|
Reference in New Issue
Block a user