Add open-e-drive.ps1

This commit is contained in:
Markus Fleschutz 2021-11-06 11:14:15 +01:00
parent 8aab849e6b
commit 2a3b93c792

14
Scripts/open-e-drive.ps1 Normal file
View File

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