AUTONUMBER between PREFIX and SUFFIX

Post any Bulk Rename Command support requirements here. Open to all registered users.

AUTONUMBER between PREFIX and SUFFIX

Postby Kelthiz » Sun May 19, 2013 10:11 pm

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...

    /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.
Kelthiz
 
Posts: 2
Joined: Sun May 19, 2013 9:56 pm

Re: AUTONUMBER between PREFIX and SUFFIX

Postby Kelthiz » Mon May 20, 2013 10:05 am

I found my own answer, sort of...
By using AUTONUMBER and then adding INSERT with 0/-1 I managed to insert in front of the AUTONUMBER.

OTL
Kelthiz
 
Posts: 2
Joined: Sun May 19, 2013 9:56 pm


Return to BRC Support