


                   [33mISOVal  ISO-9660 Image Validator
                   [31m================================[32m

               Copyright 1991 Canadian Prototype Replicas

                                  PO Box 8,
                               Breslau,Ontario
                                   CANADA

                                  N0B  1M0

                                519-884-4412










    ISOVal is an ISO-9660 Validator that you can run on any AmigaDOS
    Device to ascertain problems with your file and directory structure
    prior to actually making an ISO-9660 image.


    The ISO-9660 standard has several rules as to the naming of files
    and directories as well as a limit on directory/path depth.

    ISOVal will check your filesystem structure and report errors so
    that you can make changes before actually creating the ISO image.












    Rule 1 - Maximum 8 Directory levels allowed
             ie. ROOT:ONE/TWO/THREE/FOUR/FIVE/SIX/SEVEN/EIGHT/FILENAME

    Rule 2 - Legal character set consists of 0-9 A-Z and Underscore.

             Unfortunately the Amiga requires that some file names be
             in a specific format.  For example SYSTEM-CONFIGURATION,
             the icon files that end in .info need to have the ".info"
             portion as lower case under certain conditions and ".font"
             files require the same treatment.

             So we allow the Hypen as a legal character and lower case
             ".info" and ".font" are considered legal.

    Rule 3 - Because the CD-FS and CDROM-FS both pose no restrictions on
             the character set, we can modify Rule 2.







    Usage:  ISOVal <VOLUME:> [LOWER]/[AUTOUPPER]

            example - ISOVal WORK:

                      The volume WORK: will be validated with lower
                      case names causing an error.

            example - ISOVal WORK: LOWER

                      The volume WORK: will be validated with lower
                      case names allowed.

            example - ISOVal WORK: AUTOUPPER

                      The volume WORK: will be validated with all
                      File/Dir names converted to uppercase on your drive.





            example - ISOVal WORK:MYDIR/TEMP

                      execution will start at the directory specified.


    NOTE:   The LOWER and AUTOUPPER keywords are mutually exclusive.


