----- Original Message ----- From: "Roger Baker" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, April 16, 2007 2:40 PM Subject: [Assp-user] ASSP Startup in Windows
> Anyone know the proper way to launch ASSP from a Windows command > line when installed in default locations? You can manage existing windows services using the "Net" command. So to script the ASSP service, set it to "Manual" so it won't autostart, then issue a "net start 'Anti-Spam Smtp Proxy'" command when you want it to start. Make sure the service name is what your system knows ASSP by, and put it in quotes if it contains spaces. For a successful start, you will see: C:\>net start "Anti-Spam Smtp Proxy" The Anti-Spam Smtp Proxy Service service is starting. The Anti-Spam Smtp Proxy Service service was started successfully. Doug Traylor ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
