Page 1 of 1

Timer for Build.BAT

Posted: Wed Nov 03, 2021 1:58 am
by AUGE_OHR
hi,

i have a "old" Tool call "TM.COM" which i use in *.BAT Files

Code: Select all

TM Start > Log.TXT
compile ...
TM Stop >> Log.TXT
but i does not run under 64 Bit so i need something new.
Did somebody know a Tool which can measure Time like that :idea:

---

hm ... how to write a App which "output" data so i can write it into LOG.TXT :?:
how to call "Start" and "Stop" ( App must be in Memory to measure Time, or ? )

Re: Timer for Build.BAT

Posted: Wed Nov 03, 2021 8:01 am
by andyglezl
Maybe

TIME >> Log.TXT
compile...
TIME >> Log.TXT

Re: Timer for Build.BAT

Posted: Wed Nov 03, 2021 8:43 am
by mol
@echo off| time > log

Re: Timer for Build.BAT

Posted: Wed Nov 03, 2021 10:17 am
by dragancesu
When call bat procedure (compile.bat) at end batch stop
if you start batch from batch than call compile

Re: Timer for Build.BAT

Posted: Wed Nov 03, 2021 10:18 am
by dragancesu
or insert command in your batch