
******************************************************************************
*                                                                            *
*                             Renamers Document                              *
*                                                                            *
*                     Belongs To The Scripti Collection                      *
*                                                                            *
*                         By Jan Van Overbeke, 3-DEE                         *
*                                                                            *
*      Read The Doc On The Scripti Collection For More Info About Rights     *
*                                                                            *
******************************************************************************

------------------------------------------------------------------------------
                                    WHAT?
------------------------------------------------------------------------------
You can use these scripts to rename your images, which are part of animation
created by or used by a program, so you can easily pass them them to other
animprograms.


------------------------------------------------------------------------------
                               RenameToAnim.rexx
------------------------------------------------------------------------------
Like the two others, this one will recognize two filename-extensions:

    ram:image.0001
    or
    ram:image.1.image

They will be renamed as:

    ram:image.1

Useage:
    rx rexx:RenameToAnim.rexx <filename>


------------------------------------------------------------------------------
                             RenameToImagine.rexx
------------------------------------------------------------------------------
The following will be recognized:

    ram:image.1
    or
    ram:image.1.image

And they will be renamed as:

    ram:image.0001

Useage:
    rx rexx:RenameToImagine.rexx <filename>


------------------------------------------------------------------------------
                             RenameToSculpt.rexx
------------------------------------------------------------------------------
This one will recognize:

    ram:image.0001
    or
    ram:image.1

And will be renamed as:

    ram:image.1.image

Useage:
    rx rexx:RenameToSculpt.rexx <filename>



------------------------------------------------------------------------------
                                  THE END
------------------------------------------------------------------------------



Jan Van Overbeke.




