TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Alonso Mesía
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Alonso Mesía

    • Starting Spotify and playing a specific song
      1. You should have to create a VBS File in a notepad.
      2. 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.

      posted in Windows
      Alonso MesíaA
      Alonso Mesía