Added Files
This commit is contained in:
9
Powershell/Scripts/close-vlc.ps1
Normal file
9
Powershell/Scripts/close-vlc.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
<#
|
||||
.SYNTAX close-vlc.ps1
|
||||
.DESCRIPTION closes the VLC media player gracefully
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/close-program.ps1" "VLC media player" "vlc" "vlc"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user