Batch number variable setter.
- by eyefinity
I need help with this batch file I'm working on,
Basically everytime it does a task it should plus the variable %number% by one which works fine and all and then repeat over again doing a different task until its completed.
This is the code which it uses to repeat
I need a way of settings basically:
set svn=%svn%%number%
set…