PowerShell/Scripts/open-e-drive.ps1

15 lines
307 B
PowerShell
Raw Normal View History

2021-11-06 11:14:15 +01:00
<#
.SYNOPSIS
Opens the E: drive folder
.DESCRIPTION
2022-01-29 12:47:46 +01:00
This PowerShell script launches the File Explorer with the E: drive folder.
2021-11-06 11:14:15 +01:00
.EXAMPLE
PS> ./open-e-drive
.LINK
https://github.com/fleschutz/PowerShell
2022-01-29 12:47:46 +01:00
.NOTES
2022-09-06 21:42:04 +02:00
Author: Markus Fleschutz | License: CC0
2021-11-06 11:14:15 +01:00
#>
& "$PSScriptRoot/open-file-explorer.ps1" "E:"