Bobsq wrote: > Hi, > > The LMS cache is often corrupted, and I need to clean it regularly. > > To do that, I must first stop the server. > > I'd like to make a script to automatize the process (on Windows 7 x64), > but commands like: > > > Code: -------------------- > > > Net stop SqueezeSvr > taskkill /F /IM SQEEZ~3.EXE -------------------- > > > > just don't work. > > The LMS does not seem to be installed as a regular Windows service, > it's not listed in the services control panel. > > I can kill SQEEZ~3.EXE from the task manager (the DOS mangled name > itself shows it's not launched in a standard way), but not from the > command line. > > Starting it is easy though using 'C:\Program Files > (x86)\Squeezebox\server\SqueezeSvr'. > > Any idea how I can stop it from the command line?
hmm sort out - why your cache folder goes corupted - should be the way to go. net stop needs administrative rights (if its started as service) otherwise its just ... imho under blows are two executebles one should be the control panel and the other is the server itself. Maybe there is a third one thats used to be a watchdaemon (to restart the server when its broken) use tasklist to see the real name that you want to kill. ------------------------------------------------------------------------ DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516 View this thread: http://forums.slimdevices.com/showthread.php?t=106672 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
