/* This arexx script renames files from a certain pre-/suffix to another
** pre-/suffix. It should come in handy when moving mods/iff's to/from ibm-pc
** systems, indeed! Specify '?' as argument for help/template.
**
**  (C) 1996 - Anders Nordby
**             Kastetskogen 66
**             3218 Sandefjord
**             +47 33451010
*/

Usage
~~~~~

RX mrenfix.rexx [<filename>] -f{p|s|ps|sp} [-rf{<pre-/suffix to rename from>}]
                -rt{<pre-/suffix to rename to>}

Where : * <filename> can contain wildcards, but NO brackets. It can also be a
          drawer. Subdirectories will be processed.
        * -fp means adding prefixes (dont use -rf with this option).
        * -fs means adding suffixes (dont use -rf with this option).
        * -fps means removing prefixes and (optionally) adding suffixes
          (remember -rf with this option).
        * -fsp means removing suffixes and (optionally) adding prefixes
          (remember -rf with this option).
        * Requesters will pop up if you (intentionally) forget any of the
          options.

History
~~~~~~~

V1.0  : First public release.

V1.0a : Renaming is now case insensitive.

Requirements
~~~~~~~~~~~~

Workbench 3.0 (+) would do fine. Should work with older versions as well, as
long as they've got the same cli-commands and a rexx server.