This command-line tool logs the start or finish of command-line programs from a batch file. This is useful for timing and tracking batch jobs such as mail-address imports.
LogTime creates a log file called Logtime.log, with a date-and-time stamp next to the specified parameter (text_string in LogTime syntax). When called from within a batch file, the date-and-time stamp records when LogTime (with the given parameter) was run by the batch file. If, for example, LogTime is run before and after a command-line program in a batch file, Logtime.log will record the start and stop time of that program.
With each use of LogTime, new information is appended to Logtime.log; the file is not overwritten.
LogTime Topic
Files Required