take this template create a batch file and run it
@echo off
:Line12345
CLS
REM - File: Restart_Vm_Pro
REM - File to restart the VmPro Service
REM - Author Joe W
net stop "VoicemailProServer"
echo get ready to start it again
net start "VoicemailProServer"
echo all done now give it a minute to synchronize up
echo hopefully it is all done
echo now it will wait for 1 hour and 50 minutes to restart
REM for the sleep command to work you need to install the
REM server 2003 resource kit tools
REM
REM install the download and extract to the folder
REM "C:\Program Files\Windows Resource Kits\Tools\"
sleep 6600
REM C:\>sleep /?
REM Usage: sleep time-to-sleep-in-seconds
REM sleep [-m] time-to-sleep-in-milliseconds
REM sleep [-c] commited-memory ratio (1%-100%)
goto Line12345
this is proven to work if you have the windows 2003 server so you can run the sleep command that is not by default in XP otherwise download the tools from the included link, this runs my VM Pro at home for the last 4 months or so.
Joe W.
FHandw., ACS
If you can't be good, be good at it!