>Are there any other services that can be stopped/restarted using a bat file >other than web messaging?
sure, all stoppable services are reachable with net start "servicename" net stop "servicename" to see what service names are: net start net /? net command /? Len Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
