:
https://commaster.net/content/installing-memcached-windows
1.4.5 . Windows. ( ), :
SCHTASKS /create /sc onstart /ru system /tn memcached1 /tr "C:\Xampp\memcached\memcached.exe -m80 -p11211"
SCHTASKS /create /sc onstart /ru system /tn memcached2 /tr "C:\Xampp\memcached\memcached.exe -m80 -p11212"
, , :
SCHTASKS /run /tn memcached1
SCHTASKS /run /tn memcached2
SCHTASKS /end /tn memcached1
SCHTASKS /end /tn memcached2
, :
SCHTASKS /delete /tn memcached1 /f
SCHTASKS /delete /tn memcached2 /f