cannot configure service in xp

Posted: 02-18-2008, 07:50 PM
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>
Reply With Quote

Responses to "cannot configure service in xp"

mhc
Guest
Posts: n/a
 
Re: cannot configure service in xp
Posted: 02-19-2008, 05:43 AM
Seede wrote:
> 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
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't configure VPN BuzMan Windows XP Work Remotely 1 03-03-2004 10:34 AM
how to configure NIC? Mike Windows XP Performance & Maintenance 1 10-23-2003 05:00 PM
How to Configure Routing and Remote Access Service in Windows XP Pro Shantanu Dutta Windows XP Network & Web 1 07-22-2003 09:16 PM
CR-RW Configure mdrunner Windows XP Hardware 2 07-20-2003 09:59 PM
fax will not configure Jeff Windows XP Printers / Scanners / Fax 1 07-08-2003 11:11 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90