Start stop nowsms server

Start stop nowsms server SearchSearch
Author Message
Anonymous
 
Posted on Thursday, July 08, 2004 - 03:58 am:   

can I know what is the command line to auto restart the now sms gateway server?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3013
Registered: 10-2002
Posted on Friday, July 09, 2004 - 07:54 pm:   


quote:

can I know what is the command line to auto restart the now sms gateway server?




You could put the following commands in a batch file:

NET STOP NOWSMS
NET STOP NOWMMSC
NET START NOWSMS
NET START NOWMMSC
Anonymous
 
Posted on Saturday, July 10, 2004 - 02:30 am:   

Bryce can we do a restart instead?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3031
Registered: 10-2002
Posted on Tuesday, July 13, 2004 - 08:36 pm:   

I don't think there's a command line for a restart in a single operation request.

Basically, as far as I know, the restart option in the services area of the control panel just preforms a stop and start. So if you just do a batch file that does a STOP and then START, that's the same as a restart. Just note that we have two different service names for the two different components.

-bn