Add open-videos-folder.ps1

This commit is contained in:
Markus Fleschutz
2021-10-23 16:12:37 +02:00
parent 62d729c359
commit 6ed1e06438
7 changed files with 117 additions and 13 deletions

26
Docs/open-music-folder.md Normal file
View File

@ -0,0 +1,26 @@
## open-music-folder.ps1 - Opens the music folder
This script starts the File Explorer to show the music folder.
## Parameters
```powershell
open-music-folder.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-music-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-music-folder.ps1*

View File

@ -0,0 +1,26 @@
## open-onedrive-folder.ps1 - Opens the user's OneDrive folder
This script opens the user's OneDrive folder.
## Parameters
```powershell
open-onedrive-folder.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-onedrive
```
## 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-onedrive-folder.ps1*

View File

@ -0,0 +1,26 @@
## open-videos-folders.ps1 - Opens the File Explorer with the videos folder
This script starts the File Explorer to show the home folder.
## Parameters
```powershell
open-videos-folders.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-videos-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-videos-folders.ps1*