mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 23:02:41 +02:00
Add open-videos-folder.ps1
This commit is contained in:
26
Docs/open-music-folder.md
Normal file
26
Docs/open-music-folder.md
Normal 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*
|
26
Docs/open-onedrive-folder.md
Normal file
26
Docs/open-onedrive-folder.md
Normal 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*
|
26
Docs/open-videos-folders.md
Normal file
26
Docs/open-videos-folders.md
Normal 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*
|
Reference in New Issue
Block a user