File list in Maxkit10.arj

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.

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

MAXCITY  MEX            Updates City, State, and Zip under 19 chars..
MAXCITY  VM
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 call the programs to update when you erase or they have not
been entered, and checks for birthdays.
[mex]M\CKXP-DOB
[mex]M\Maxcity
[mex]M\MAXMNT01
-----------------------------------------------------------------------
To get all the information at logon, put this in.

Newus101.mec     Ist two lines, then mecca Newus101
[mex]M\MAXCITY
[mex]M\MAXMNT01
-----------------------------------------------------------------------
USERPRNT MEX             Prints user list file to where you direct it.
USERPRNT 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\USERPRNT_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
