



                            More Information on SAM!
                    -----------------------------------------
                    RT Systems  Box 8  Laceys Spring AL 35754
                                  205-882-9292
                    -----------------------------------------


        ------------------------------
        FILES= Statement in CONFIG.SYS
        ------------------------------

        SAM.EXE and SAMAPI.EXE open several files at the same time.  You
        should have a FILES= statement in your CONFIG.SYS file.  For
        example, FILES=20.  See your MS-DOS documentation for details.
        If you are in SAM, press F1 for help, and get an error message
        that the help file cannot be opened, then it is very likely that
        there is no FILES= statement or no CONFIG.SYS file.  A quick and
        dirty way to create a CONFIG.SYS file is to enter the following
        lines from the MS-DOS prompt (do not enter the C>):

             C>CD \
             C>ECHO FILES=20>>CONFIG.SYS
             C>ECHO BUFFERS=20>>CONFIG.SYS

