dcodof Report post Posted 02/22/2006 10:41 PM 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
SupportTeam Report post Posted 02/22/2006 11:21 PM 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