Search found 2 matches
- 31 Oct 2011 13:04
- Forum: DOS Batch Forum
- Topic: Increase counter written inside bat file every time it runs
- Replies: 3
- Views: 4449
Re: Increase counter written inside bat file every time it r
Thanks a lot for such quick answers, I'm already using first one, but going to try second one as well, because it is a little bit more elegant and doesn't require another file. But they both are useful in different situations.
- 31 Oct 2011 10:45
- Forum: DOS Batch Forum
- Topic: Increase counter written inside bat file every time it runs
- Replies: 3
- Views: 4449
Increase counter written inside bat file every time it runs
Hi, I have a bat file which after launch converts one picture from sequence (using nconvert ) and then closes. At the beginning of bat file there is picture number sets to variable and then it uses in other places of this bat file. SET PictureNumber=123 nconvert -overwrite -out png "part04 %Pic...