@NOMORE
        GAPCDR is capable of displaying GAP-like ANSICMD escape
        sequences to personalize your door's display files.  The
        values for these variables are take from the DOOR.SYS 
        file used by the door.

        Along with commands which display user information, there
        are also utility ANSICMD's which can manipulate the way a 
        file is displayed.

        @MORE
        @CLS

        The MORE command was just used to stop the display and ask
        the user if he wished to continue viewing the file.  Then
        a CLS command was issued to clear the screen.

        Two of the utility commands may be used at the beginning of
        the display file to set the characteristics of the way the
        file will be displayed.

        NOMORE   - Disable all prompts for a continuous display.
        USEPAUSE - Use Pause prompt instead of More

        The NOMORE command was used at the beginning of this file
        to disable the defaule More prompts and allows us to place
        the where we prefered to have them.

        Here we will use the PAUSE command to pause this file
        display.  When a key is pressed, we will use the CLS
        command to clear the screen.  You will then view a list
        ANSICMD's which are used to display user information.

        @PAUSE
        @CLS

        BAVAIL  - Bytes Available         @BAVAIL
        BDOWN   - Bytes Downloaded        @BDOWN
        BIRTH   - Birthdate               @BIRTH
        BNAME   - BBS Name                @BNAME
        BPHONE  - Business Phone          @BPHONE
        BUP     - Bytes uploaded          @BUP
        CITY    - User's City/State       @CITY
        DATE    - Today's Date            @DATE
        DOPEN   - Doors Opened            @DOPEN
        DOWN    - Total Files Downloaded  @DOWN
        EVENT   - Next event time         @EVENT
        FAVAIL  - Files Available         @FAVAIL
        FNAME   - First Name              @FNAME

        @MORE
        @CLS

        HPHONE  - Home Phone              @HPHONE
        LEVEL   - Users security level    @LEVEL
        LNAME   - Users Last name         @LNAME
        LNEW    - Last new file scan      @LNEW
        MINLEFT - Minutes Remaining       @MINLEFT
        MLEFT   - Messages Left           @MLEFT
        NODE    - BBS Node in use         @NODE
        SDATE   - Subscription Date       @SDATE
        SYSNAME - Sysop's Name            @SYSNAME
        TIME    - Time of Day             @TIME
        TON     - Times On                @TON
        UBAUD   - Caller's Baud rate      @UBAUD
        UNAME   - User Name               @UNAME
        UP      - Total Uploads           @UP
