AUTONUMBER between PREFIX and SUFFIX
Hello,
I was working on a batch file that would hopefully serve some future purpose of letting me use the batch file rather than opening the Utility tool.
First of all I really love the utility tool, it's been such a great time-saver so far.
So my problem is, like the subject states...
/AUTONUMBER, just like some other functions only have MODE: (Prefix, Suffix, or Both)
I tried out both Prefix and Suffix... And after testing them out, /AUTONUMBER goes before /PREFIX and after /SUFFIX, which means that you can't use...
With the results... "FileName 001 SUFFIX.extension", it will always be "FileName SUFFIX 001.extension"
Is there any solution to this I'm not aware of? Any help would be greatly appreciated.
PS: Same thing with /PREFIX:"PREFIX", you can't get 001 after PREFIX
Best Regards
EDIT: At second thought maybe I can cut and paste, but that seems to be my only option, or is it? Anyways I gotta try that tomorrow.
I was working on a batch file that would hopefully serve some future purpose of letting me use the batch file rather than opening the Utility tool.
First of all I really love the utility tool, it's been such a great time-saver so far.
So my problem is, like the subject states...
/AUTONUMBER, just like some other functions only have MODE: (Prefix, Suffix, or Both)
I tried out both Prefix and Suffix... And after testing them out, /AUTONUMBER goes before /PREFIX and after /SUFFIX, which means that you can't use...
- /AUTONUMBER:1:1:S:" ":10:3
/SUFFIX:"SUFFIX"
With the results... "FileName 001 SUFFIX.extension", it will always be "FileName SUFFIX 001.extension"
Is there any solution to this I'm not aware of? Any help would be greatly appreciated.
PS: Same thing with /PREFIX:"PREFIX", you can't get 001 after PREFIX
Best Regards
EDIT: At second thought maybe I can cut and paste, but that seems to be my only option, or is it? Anyways I gotta try that tomorrow.