How to calculate start and end time in batch file calling from another batch file? -


currently running mutiple batch files parallelling calling master batch file. want calculate how time took complete execution of batch file.

e.g. have mainscript.bat file cals 20 more batch files simuteouslly. want know how time took complete execution script.

for /f %%x in ('wmic path win32_utctime /format:list ^| findstr "="') set %x 

will set variables day, dayofweek, hour, minute, month, quarter, second, weekinmonth , year can use caclulation.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -