Add open-spotify.ps1 and close-spotify.ps1

This commit is contained in:
Markus Fleschutz
2021-10-23 17:47:07 +02:00
parent d32c7aba9f
commit f79dde7228
6 changed files with 86 additions and 0 deletions

26
Docs/close-spotify.md Normal file
View File

@ -0,0 +1,26 @@
## close-spotify.ps1 - Closes Spotify
This script closes the Spotify application gracefully.
## Parameters
```powershell
close-spotify.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./close-spotify
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1*

26
Docs/open-spotify.md Normal file
View File

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