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

DOLOGIN.MEX            Make the Loginfile feature of access.ctl to work
DOLOGIN.VM

BIRTHDAY.BBS           A birthday screen used on The Mountain Top BBS.
BIRTHDAY.MEC

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

MAXMNT15.MEX           Checks for Gender, Birth date, Phone and Dataphone.
MAXMNT15.VM            also call birthday greeting screen.

MAXCTY15.MEX           Updates City, State, and Zip under 19 chars..
MAXCTY15.VM

MAXPWD15.MEX           Ask user to enter password until they enter a
MAXPWD15.VM            six character password.

README                 This File.

USERPRNT.MEX           Prints user list file to where you direct it.
USERPRNT.VM

-----------------------------------------------------------------------
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\MAXPWD15
[mex]M\Maxcty15
[mex]M\MAXMNT15
-----------------------------------------------------------------------
To get all the information at logon, put this in.

Newus101.mec     Ist two lines, then mecca Newus101
[mex]M\MAXCTY15
[mex]M\MAXMNT15
-----------------------------------------------------------------------
USRPRN15.MEX             Prints user list file to where you direct it.
USRPRN15.VM

-----------------------------------------------------------------------
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\USRPRN15_C:\Bbs\Logs\User.lst     100 "User List"
        Display_Menu    SysOp*                      100 "#Sysop menu"
  NoDsp Display_Menu    SusOp*                      100 "|"
        Goodbye                                       0 "Goodbye (log off)"
End Menu
