Tworzenie usługi memcached w systemie Windows nie powiodło się

używamMemcached-for-Windows, widzieć:

http://blog.elijaa.org/index.php?post/2010/08/25/Memcached-1.4.5-for-Windows&similar

Próbowałem użyć:

sc create "memcached" binPath="C:/memcached/mem
cached.exe" start=auto

ale nie mogę utworzyć usługi Windows, ani ostrzeżenia ani błędu, tylko:

Creates a service entry in the registry and Service Database.
SYNTAX:
sc create [service name] [binPath= ] <option1> <option2>...
CREATE OPTIONS:
NOTE: The option name includes the equal sign.
type= <own|share|interact|kernel|filesys|rec>
   (default = own)
 start= <boot|system|auto|demand|disabled>
   (default = demand)
 error= <normal|severe|critical|ignore>
       (default = normal)
 binPath= <BinaryPathName>
 group= <LoadOrderGroup>
 tag= <yes|no>
 depend= <Dependencies(separated by / (forward slash))>
 obj= <AccountName|ObjectName>
       (default = LocalSystem)
 DisplayName= <display name>
 password= <password>

questionAnswers(5)

yourAnswerToTheQuestion