I’m trying to increment an environment variable each time a batch file is looped through. I do not know how to access integers. ie. count=%count%+1 gives count as the string “count 1”.
How do I increment an int value?
Cheers.