BATLOOP version 1.10 written by Lincoln Jaros
batloop [options]
Options:
-n vname name of the VNAME= variable (default: LOOP)
-d decrement variable by 1
-d nn decrement variable by nn
-i increment variable by 1
-i nn increment variable by nn
-t nn target value to test (default: 0)
Inc or dec an environmental variable, then test against target -
set errorlevel to 1 for not equal, 0 for equal
|