Just a few minor changes from maxkit18.

File list in Maxkit25.arj     Magic name MAXKIT for FREQ.

README                 This File.

WELCOME.BBS            Use as a test program until you see how it works.

CKXP-DOB.MEX           Checks for expiry date and if User has a Birthday
CKXP-DOB.VM            then shows a Birthday.bbs (included)

Birthday.BBS           A birthday screen used on The Mountain Top BBS.

#MSTK01.BBS            A screen I use to have the User update their
#MSTK01.MEC            information when i erase it, or there is no entry.

MAXMNT25.MEX           Checks for Gender, Birth date, Phone and Dataphone,
MAXMNT25.VM            and password, also call birthday greeting screen.
                        Updates City, State, and Zip under 19 chars..

USRLST25.MEX           List, Print or Both, User list file to where you
USRLST25.VM            direct it. Will run unatended  using _print.

WIDLST25.MEX           Extra information, prints to a file that can be
WIDLST25.VM            wide printed or printed compressed

S_MENU  .BBS           Sample Header file used in SysOpWk Menu

MX.BAT                 Sample Bat file for mecca work etc. Just
                       run MX for some instructions.
-----------------------------------------------------------------------
To get all the information at logon, Change MAX.CTL
Uses Configure  :M\MAXMNT20
---
updates remove from
NEWUS??.BBS
[mex]M\MAXMNT??
-----------------------------------------------------------------------
USRLST25.MEX           List, Print or Both, User list file to where you
USRLST25.VM            direct it. Will run unatended  using _print.
-----------------------------------------------------------------------
This is the way to add a new menu to Menus.ctl

Put this in your Menu Sysop.
Display_Menu    SysOpWk                     100 "#Sysop menu"

Add this to your Menus.ctl, anywhere, I have it under the sysop menu.
Menu SysOpWk
        Headerfile  Miscx\S_MENU
Title TMT Node %k - SysOpWk MENU:   %f, you have %t minutes remaining.

        MEX             M\#ATest                     30 "Test NOargv"
  NoDsp Press_Enter                                  10 "T"
        MEX             M\#ATest_ALL                 30 "A Test w/ALL"
        MEX   Maxkit\MAXBDL25                       100 "Birthday List"
        MEX   M\USRLST25                            100 "User List"
        MEX   M\WIDELST1                            100 "Wide List"
        Display_Menu    SysOp*                      100 "#Sysop menu"
  NoDsp Display_Menu    SysOp*                      100 "|"
        Goodbye                                       0 "Goodbye (log off)"
End Menu
