Hi, if I have multiple files "ex.part01 -ex.part02" and I want to add .rar to all of them. How I can do this
because when I set new Ext it replace the old ".part01" with the new one ".rar"
Batch rename issue
-
nas8e9
- Posts: 2232
- Joined: 21 Jun 2008 14:50
Re: Batch rename issue
The following pattern seems to work:
The "?" and "/e" parts are explained in the in-dialog help.
Code: Select all
*.?.rar /e
XYplorer Beta Club