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 = Nothingplease 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.
April 7th, 2011 - 14:43
I’m a bit of a Noob but i can’t get it invisible ….
I get the message that the system can’t find the file but i’m pretty sure i gave the good path
Please help 🙂
April 8th, 2011 - 00:47
Daniel, not sure what you mean with invisible ?
What is not working, servify/jReSpot/ReSpot? You will need to submit alot more detail in order for me to help.
May 11th, 2011 - 11:29
Hi,
I can’t seem to find my Remote_spotify.bat file in the servify folder?
May 13th, 2011 - 01:55
Ian: that file has never existed in the servify distribution zipfile.
May 14th, 2011 - 01:11
So what exactly am I pointing to then? Pardon my ignorance 🙂
May 14th, 2011 - 18:27
Ah, well you actually have to create the .bat file yourself with the startup command of servify, is something like:
c:\path\to\servify\Servify.exe user password 1337 320
hope this helps.
May 16th, 2011 - 10:37
Yeah cheers I know what you are saying, I’m just struggling writing the batch file!
May 19th, 2011 - 04:09
there’s an explanation somewhre in the blog i believe. i only got phone connection this week so can’t give a better answer..