Ok, now that I saw my spelling mistake, it's become easy to start and
stop LMS with a .BAT file like:


Code:
--------------------
    
  taskkill /F /IM SQUEEZ~3.EXE
  taskkill /F /IM SqueezeSvr.EXE
  
  (code to clean cache here)
  
  "C:\Program Files (x86)\Squeezebox\server\SqueezeSvr.exe" >> 
c:\temp\SqueezeSvr.log 2>&1
  
--------------------


Just one problem now: that starts an annoying DOS windows, and if I
close it, it kills LMS.

I tried redirecting to a file as shown above, but that does not help.

How cans I start SqueezeSvr.exe without having a lingering DOS window?


------------------------------------------------------------------------
Bobsq's Profile: http://forums.slimdevices.com/member.php?userid=40791
View this thread: http://forums.slimdevices.com/showthread.php?t=106672

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to