Title: Message
you could also search the registry in HKLM.system.services for the object names.
 
 
Internet Network Engineer
Local Internet Services, Inc.
PO Box 160
Ludington, MI 49431
(231)845-9797 ext. 109
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Andrew Ebaugh
Sent: Wednesday, September 18, 2002 8:52 PM
To: [EMAIL PROTECTED]
Subject: [VOPmail Beta] name of VOPMail services?

Running a simple "net start" will also tell you the name of all the running services. To stop and start them, you'd have to put the longer, friendlier display names in quotes.
 
Such as:
net stop "VOPmail SMTP Receiver"
net start "VOPmail SMTP Receiver"
 
If you're going to use the AT service, I'd also recommend spelling the out path to the net command (c:\winnt\system32\net.exe).
 
Andrew Ebaugh
Rural Development Institute
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Payer
Sent: Wednesday, September 18, 2002 5:27 PM
To: [EMAIL PROTECTED]
Subject: [VOPmail Beta] name of VOPMail services?


>I use "sc.exe" from MS with the command : "sc \\computer query"
Julien
 
 
 
THanks! I have been hoping to find such a utlity!
 
David Payer
 
* * * * *
 
Here are my results for all (but I do suggest getting the utility yourself. Be aware that you may have to specify a buffer size bigger than the default, see the help info)
 
Non relevant services have been deleted:
 
SERVICE_NAME: IMAP4S
DISPLAY_NAME: VOPmail IMAP4 Server
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0 (0x0)
        SERVICE_EXIT_CODE  : 0 (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
 
SERVICE_NAME: MAILMS
DISPLAY_NAME: VOPmail Mail Management Server
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0 (0x0)
        SERVICE_EXIT_CODE  : 0 (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
 
SERVICE_NAME: POP3S
DISPLAY_NAME: VOPmail POP3 Server
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0 (0x0)
        SERVICE_EXIT_CODE  : 0 (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
 
SERVICE_NAME: SMTPDS
DISPLAY_NAME: VOPmail SMTP Delivery Agent
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0 (0x0)
        SERVICE_EXIT_CODE  : 0 (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
 
SERVICE_NAME: SMTPRS
DISPLAY_NAME: VOPmail SMTP Receiver
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0 (0x0)
        SERVICE_EXIT_CODE  : 0 (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
 
SERVICE_NAME: W3SVC
DISPLAY_NAME: World Wide Web Publishing Service
        TYPE               : 20  WIN32_SHARE_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0 (0x0)
        SERVICE_EXIT_CODE  : 0 (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
 
SERVICE_NAME: WebMailSvr
DISPLAY_NAME: VIRCOM Web Mail Server
        TYPE               : 110  WIN32_OWN_PROCESS (interactive)
        STATE              : 4  RUNNING
                                (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0 (0x0)
        SERVICE_EXIT_CODE  : 0 (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
 

 

Reply via email to