Page 1 of 1

Reorder/rearrange/swap the last file with first file

PostPosted: Sun Apr 28, 2024 4:19 am
by ta3ab
Assume I have files numbered from 01->10 like so
Code: Select all
A01
A02
...
A10

Is there an easy way to swap the names like this:
Code: Select all
A10->A01
A01->A02
A02->A03
A03->A04
...
A08->A09

So far the only way I've been able to do that is through this tedious way:
1) Select A01->A09
2) Numbering (10)
Suffix
Start 2
Pad 2
3) Remove (5)
Remove old numbering
4) Manually rename A10 as A01 and fix naming conflict from 2)