Just a few minor changes from maxkit18.

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

README                 This File.

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.

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

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

WIDLST20.MEX           Extra information, prints to a file that can be
WIDLST20.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\MAXMNT18_NOPWD
-----------------------------------------------------------------------
I call this from my bulletin
[link].\Misc\#Mstk01
This calls the programs to update when you erase or they have not
been entered, and checks for birthdays.
[mex]M\CKXP-DOB
[mex]M\MAXMNT20_UPDATE
-----------------------------------------------------------------------
USRLST20.MEX           List, Print or Both, User list file to where you
USRLST20.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"
        MEX             M\#ATest_ALL                 30 "A Test w/ALL"
        MEX   M\MAXBDL20                            100 "Birthday List"
        MEX   M\DELUSR21_DISP                       100 "Delete User"
  NoDsp Press_Enter                                  10 "D"
        MEX   M\USRLST20                            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
