cannot configure service in xp

S

Seede

i am trying to create a new service under xp. i keep getting the help even
though my commands seems to look right. canu help.
E:\TradingTools\torontotrader>sc create displayname=torontotraderweb
binpath=e:\tradingtools\torontotrader\startServer.b


at
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>
 
M

mhc

Seede said:
i am trying to create a new service under xp. i keep getting the help even
though my commands seems to look right. canu help.
E:\TradingTools\torontotrader>sc create displayname=torontotraderweb
binpath=e:\tradingtools\torontotrader\startServer.b
You need a space after the equal signs:

sc create displayname= torontotraderweb binpath=
e:\tradingtools\torontotrader\startServer.b
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top