Add open-dropbox-folder.ps1

This commit is contained in:
Markus Fleschutz
2021-10-23 16:18:45 +02:00
parent 6ed1e06438
commit f07931b8b4
16 changed files with 70 additions and 18 deletions

View File

@ -1,8 +1,8 @@
<#
.SYNOPSIS
Opens the File Explorer with the videos folder
Opens the user's videos folder
.DESCRIPTION
This script starts the File Explorer to show the home folder.
This script starts the File Explorer and shows the user's videos folder.
.EXAMPLE
PS> ./open-videos-folder
.NOTES