mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +01:00
Add open-z-drive.ps1
This commit is contained in:
parent
fd5a1deba9
commit
8aab849e6b
15
Scripts/open-z-drive.ps1
Executable file
15
Scripts/open-z-drive.ps1
Executable 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
|
Loading…
Reference in New Issue
Block a user