Add open-z-drive.ps1

This commit is contained in:
Markus Fleschutz 2021-11-06 09:53:48 +01:00
parent fd5a1deba9
commit 8aab849e6b

15
Scripts/open-z-drive.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens the Z: drive folder
.DESCRIPTION
This script launches the File Explorer with the Z: drive folder.
.EXAMPLE
PS> ./open-z-drive
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-file-explorer.ps1" "Z:"
exit 0 # success