VoiceGuide IVR Software Main Page
Jump to content

Writing A Timestamp To A Text File

Recommended Posts

Hello.

 

I'm using the "Run Program" module to write to a .txt with the line you show on your help files:

 

command.com /c echo 15, $RV[fullname1], $RV[phone1] >> C:\output.txt

 

It works fine. However, I need to include on that line the exact time where it was written. How can I do that?

 

Thanks.

Share this post


Link to post

You may want to look into using VBScript to append the lines to the file.

VBScript will let you use the Now keyword/function to access the current time/date.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×