I have this so far
Code: Select all
@ECHO OFF
echo Benchmark Firmware
benchamrk.exe < com.txtwhen benchmark starts, a com port is required for the first entry..
Code: Select all
< com.txtwhen the program has finished running ((usually takes abut 2 minutes)) I am required to hit esc to end it.. and thats the part I am stuck on.. how can I make my batch script wait 2 minutes and then end the benchmark.exe?