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
Post a Comment