SETTING UP FOR MAXIMUS BBS
==========================

Add this line to your FILES menu in MENUS.CTL (or whatever menu you choose):

  Xtern_Dos       Req.Bat                Clerk   "Request File"

Be sure to run SILT MAX after making the change.


Add this line to your WELCOME.MEC in your \MISC directory. (or somewhere
in a mecca file that runs in the logon process):

  [filenew]messages.dat [dos]rm.bat

Be sure to run MECCA on the file to compile to *.BBS


Contents of Rm.Bat:

  @echo off
  cls
  d:
  cd\max
  rmail /r1:d:\max\
  cd\max


Contents of Req.Bat:

  @echo off
  cls
  d:
  cd\max
  request /r1:d:\max\
  cd\max


The batch files can be placed in your \BATCH directory if it is in your
PATH statement. Due to the small number of files required to maintain
the Ultimate File Door, it may be convenient to place them in your main
MAX directory. Otherwise change the above batch files to reflect the correct
path.

If this is setup correctly for your system, then any messages from the
Ultimate File Request Door will be shown to the user at logon, if there
has been any new messages since the last logon.
