Starting Spotify and playing a specific song
-
- You should have to create a VBS File in a notepad.
- Open a new notepad and paste this code, after personalize for yourself:
Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = "source of your spotify.exe file here"
WScript.sleep 4000
CreateObject("WScript.Shell").Run("spotify:track:Here you should put the song URI code. You can find it by click in share and copy link. Is the code between track/ and question mark")
WScript.sleep 3000
WshShell.SendKeys "{ENTER}"Save it as Save as>-Type field: all type. and put ".vbs" at the end of your file name.
Thats it.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login