mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 23:08:44 +02:00
Add open-e-drive.ps1
This commit is contained in:
parent
8aab849e6b
commit
2a3b93c792
14
Scripts/open-e-drive.ps1
Normal file
14
Scripts/open-e-drive.ps1
Normal 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:"
|
Loading…
Reference in New Issue
Block a user