Listing 2: Code to Timestamp Records call GetTimeStamp set mydate=%today% echo %tod% daily log file %mydate%.log created. > %mydate%.log call GetTimeStamp echo %tod% Process 1 completed. >> %mydate%.log call GetTimeStamp echo %tod% Process 2 completed. >> %mydate%.log