Search found 1 match

by tph
03 Oct 2006 18:07
Forum: DOS Batch Forum
Topic: Need a neater way to make the next directory
Replies: 2
Views: 11002

What a neater way to make the next directory!

This works great! and is PERFECT... This trimmed 150 lines down to 8 lines
YOU ARE A GOD!

was getting
The next number to be used is: 102
had to change....
set /a next=1 + 1%last:~-3%
to
set /a next=1 + 1%last:~-4%
The next number to be used is: 002

Thank you soooooo much