How can I write a simple batch file to measure the performance of a console-based application? The console application accepts two command line arguments.
I would li
A pure batch solution could be.
@echo off set "startTime=%time%" for /L %%n in (1,1, 1000) do