LogTime Main Topic

LogTime Syntax


One Steplogtime [text_string] [/?]

Where:

text_string

specifies the message you want to display.

/?

displays usage instructions.

Sample batch file: Go.bat

logtime "begin import program"

import.exe

logtime "end import program"

Logtime.log output for Go.bat

05/27/96 13:14:19 begin import program

05/27/96 13:15:07 end import program