Guest Hal Netkin Report post Posted 05/06/2003 10:34 PM RE v4.9.0 I am Voice Mail Broadcasting. Please show a simple Run Program Module routine that will generate a log which shows telephone number dialed and time and date dialed. Hal Netkin Share this post Link to post
SupportTeam Report post Posted 05/07/2003 06:28 AM You can use the Run Program module to save data to a file using an "echo" command. There is an example of how to do this in the Help file. If you wnat to save the telephone number dialed and time and date dialed then you can use: command.com /c echo $RV_CALLEDNUMBER, $RV_STARTTIME >> c:\output.txt Always specify the full path of the file to which the output is echoed. Share this post Link to post