JJZolx wrote: > Create a small batch file on your server and use the Windows task > scheduler to run it in the middle of the night. > > > Code: -------------------- > > > @echo off > setlocal > net start | find /i "Logitech Media Server">nul > if not ERRORLEVEL 1 net stop "Logitech Media Server" > net start "Logitech Media Server" > -------------------- > >
Dont use that small batch! if a party is going on and the players should play *:p! If a import /scan is running ":p:p:p" ------------------------------------------------------------------------ DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516 View this thread: http://forums.slimdevices.com/showthread.php?t=101516 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
