This friendly interface utility program gives the user the ability to easily rename files.

Features include:

Sequential Numbering

            This option renames the file name to a user defined prefix plus a sequential number plus a user defined suffix.

Source file: Need not be a fixed length file.

Target file: Will not be a fixed length file.

 Parameters:

  •             Search patter: The file pattern to search by.

  •                         Example:          *.* all files

  •                                                 *.jpg all jpeg files

  •                                                 P*.* all files beginning with a P

  •  

  •             Sequential Prefix: The prefix of the newly named file.

  •                         Example:          Camping

  •  

  •             Sequential Start:  Were to start the sequential numbering from.

  •                         Example:          4

  •  

  •             Sequential Suffix: The suffix of the newly named file.

  •                         Example:          At Home

  •  

    Sequential Numbering Only

    Prefix

    Suffix

    Prefix and Suffix

    Sequential Prefix = Null

    Sequential Start = 4

    Sequential Suffix = Null

     

    Sequential Prefix = Camping

    Sequential Start = 4

    Sequential Suffix = Null

    Sequential Prefix = Null

    Sequential Start = 4

    Sequential Suffix = At Home

    Sequential Prefix = Camping

    Sequential Start = 4

    Sequential Suffix = At Home

    Source

    Target

    Mike.jpg

    4.jpg

    Kayla23.jpg

    5.jpg

    Nancy.jpg

    6.jpg

    Source

    Target

    Mike.jpg

    Camping4.jpg

    Kayla23.jpg

    Camping5.jpg

    Nancy.jpg

    Camping6.jpg 

     

    Source

    Target

    Mike.jpg

    4At Home.jpg

    Kayla23.jpg

    5At Home.jpg

    Nancy.jpg

    6At Home.jpg

    Source

    Target

    Mike.jpg

    Camping4At Home.jpg

    Kayla23.jpg

    Camping5At Home.jpg

    Nancy.jpg

    Camping6At Home.jpg

     

    Fixed Length Prefix

                This option is ideal for adding, subtracting or substituting a fixed length prefix to or from a file name.

    Source file: Need not be a fixed length file.

    Target file: Will not be a fixed length file.

     Parameters:

  •             Search patter: The file pattern to search by.

  •                         Example:          *.* all files

  •                                                 *.jpg all jpeg files

  •                                                 P*.* all files beginning with a P

  •   

  •          Prefix size: The fixed length of the prefix.

  •                         Example:          0 if adding

  •                                                 > 0 if subtracting or substituting

  •  

  •             Replacement prefix: The value of the prefix.

  •                         Example:          Null if subtracting

  •                                                 Not Null if adding or substituting

  • Addition

    Subtraction

    Substitution

    Prefix size = 0

    Replacement prefix = Test-

    Prefix size = 5

    Replacement prefix = NULL

    Prefix size = 5

    Replacement prefix = New

    Source

    Target

    123.jpg

    Test-123.jpg

    23.jpg

    Test-23.jpg

    1148.jpg

    Test-1148.jpg

    Source

    Target

    Test-123.jpg

    123.jpg

    Test-23.jpg

    23.jpg

    Test-1148.jpg

    1148.jpg

    Source

    Target

    Test-123.jpg

    New123.jpg

    Test-23.jpg

    New23.jpg

    Test-1148.jpg

    New1148.jpg

     

    Character Fill Addition

                This option fills a file name to a user defined length with a user defined character.

    Source file: Need not be a fixed length file.

    Target file: Will be a fixed length file.

     Parameters:

  •             Search patter: The file pattern to search by.

  •                         Example:          *.* all files

  •                                                 *.jpg all jpeg files

  •                                                 P*.* all files beginning with a P

  •  

  •             File length: The desired fixed length of the file.

  •                         Example:          > 1

  •  

  •             Fill character: The desired fill character.

  •                         Example:          Any alphanumeric value

  •  

    File length = 5

    Fill character = 0

    Source

    Target

    123.jpg

    00123.jpg

    23.jpg

    00023.jpg

    1148.jpg

    01148.jpg

    32468.jpg

    32468.jpg

     

    Character fill subtraction

                This option removes a user defined fill character from a file name.

    Source file: Need not be a fixed length file.

    Target file: Will not be a fixed length file.

     Parameters:

  •             Search patter: The file pattern to search by.

  •                         Example:          *.* all files

  •                                                 *.jpg all jpeg files

  •                                                 P*.* all files beginning with a P

  •  

  •             Fill character: The desired fill character.

  •                         Example:          Any alphanumeric value

  • Fill character = 0

    Source

    Target

    00123.jpg

    123.jpg

    00023.jpg

    23.jpg

    0180.jpg

    180.jpg

    32468.jpg

    32468.jpg