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,6 +1,6 @@
## open-downloads-folder.ps1 - Opens the downloads folder
## open-downloads-folder.ps1 - Opens the user's downloads folder
This script starts the File Explorer to show the downloads folder.
This script starts the File Explorer and shows the user's downloads folder.
## Parameters
```powershell

View File

@ -0,0 +1,26 @@
## open-dropbox-folder.ps1 - Opens the user's Dropbox folder
This script starts the File Explorer and shows the user's Dropbox folder.
## Parameters
```powershell
open-dropbox-folder.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-dropbox-folder
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of open-dropbox-folder.ps1*

View File

@ -1,6 +1,6 @@
## open-home-folder.ps1 - Opens the home folder
This script starts the File Explorer to show the home folder.
This script starts the File Explorer and shows the home folder.
## Parameters
```powershell

View File

@ -1,6 +1,6 @@
## open-music-folder.ps1 - Opens the music folder
This script starts the File Explorer to show the music folder.
This script starts the File Explorer and shows the music folder.
## Parameters
```powershell

View File

@ -1,6 +1,6 @@
## open-recycle-bin.ps1 - Starts the File Explorer with the recycle bin folder
## open-recycle-bin.ps1 - Opens the user's recycle bin folder
This script starts the File Explorer with the recycle bin folder.
This script starts the File Explorer and shows the user's recycle bin folder.
## Parameters
```powershell

View File

@ -1,6 +1,6 @@
## open-repos-folder.ps1 - Opens the Git repositories folder
This script starts the File Explorer to show the repositories folder.
This script starts the File Explorer and shows the user's Git repositories folder.
## Parameters
```powershell

View File

@ -1,6 +1,6 @@
## open-videos-folders.ps1 - Opens the File Explorer with the videos folder
## open-videos-folders.ps1 - Opens the user's videos folder
This script starts the File Explorer to show the home folder.
This script starts the File Explorer and shows the user's videos folder.
## Parameters
```powershell