PowerShell/Scripts/open-spotify.ps1
2021-10-28 07:36:33 +02:00

16 lines
265 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts Spotify
.DESCRIPTION
This script launches the Spotify application.
.EXAMPLE
PS> ./open-spotify
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process spotify.exe
exit 0 # success