Would like to take from 6.8e15 to 7.2e15 but I can't seem to manage to write the output on an txt file. Is the below correct? Will it only write all DOS command output at the end of the run?
Code:
@echo off
SET kmin="7100000000000000"
SET kmax="7200000000000000"
SET mingap=3000
start /low /min twingaps3.exe -k1 %kmin% -k2 %kmax% -mingap %mingap% >> logfile.txt