h3x.se spotify remote

23Mar/11Off

Windows autostart tip

submitted by a user on the facebook page:

small tip for those who want to run the .bat file unvisible: make a .vbs file with the following lines in it:

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Program Files\servify\remote_spotify.bat" & Chr(34), 0
Set WshShell = Nothing

please make sure that you enter the right path to your .bat file, but that's obvious I think. you could place this .vbs file into your startup folder.

Filed under: servify No Comments