mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Add open-dropbox-folder.ps1
This commit is contained in:
@ -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
|
||||
|
26
Docs/open-dropbox-folder.md
Normal file
26
Docs/open-dropbox-folder.md
Normal 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*
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user