home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_MISC / FN102UPG.ZIP / NEW102.TXT < prev    next >
Text File  |  1994-01-06  |  6KB  |  126 lines

  1.  
  2. 94/01/04 = PRO! dt stamp 01-06-94 01:02:30
  3.  
  4.          - Modified the @MORE@ macro to allow PgUp functionality when a
  5.            text file is being displayed.
  6.  
  7.          - Eliminated some extra crlf's before/after various prompts.
  8.  
  9.          - Corrected the screen page length after importing a DIR file
  10.            header using the "%" filename variable.
  11.  
  12.          - Corrected the conference name/number output when exporting
  13.            messages for archiving & download.
  14.  
  15.          - Event information now written to caller logs (exiting to event
  16.            and event completed).
  17.  
  18.          - Modified EVENT function.  Now the NAME of the event must match
  19.            the "batch" file which will run the event (although the "batch"
  20.            file must NOT have a ".bat" extension).  Multiple node events
  21.            can be run using the same event .LST file.  FeatherNet will look
  22.            for a node specific event file named the event BATCH name
  23.            followed by a file extension comprised of the node number padded
  24.            to the left with zero's.  For example, if the next event is
  25.            named "DAILY" then "DAILY" will be run by all nodes if it is
  26.            present unless a "padded" "DAILY" batch file is found for a node
  27.            or nodes.  If "DAILY.001" is present, node one will run it
  28.            instead of "DAILY".
  29.  
  30.          - Added an additional CRLF after quoting a block of text.
  31.  
  32.          - Password is now depicted by "*"'s when using the "I" command to
  33.            edit user information.
  34.  
  35.          - Modified the graphics flagging function (ansi callers) to
  36.            provide a more pleasant interface.
  37.  
  38.          - Added keyboard stuffing support when returning from doors/
  39.            external programs.  A file called FNSTUFF.KBD in the node
  40.            directory will be read and the contents will be "STUFFED" into
  41.            the keyboard to emulate characters being entered from the
  42.            terminal.
  43.  
  44.          - Increased the "LOCAL" keyboard timeout to 15 minutes.
  45.  
  46.          - Corrected a problem with the @BALDOL@ macro.
  47.  
  48.          - Corrected a problem with the Zippy DIR scan when using the
  49.            "&" (AND) operator.
  50.  
  51.          - Added support in FNFILER to create an ALLFILES list.  The list
  52.            will be created from the DIR.LST files from the specified
  53.            conferences.  Conferences begin with number 0 (Main Board).  A
  54.            sample command line to make an ALLFILES list with FNFILER is:
  55.  
  56.            FNFILER /LIST D:\DL001\ALLFILES 0-5,8
  57.  
  58.            This will result in a file named ALLFILES being created and the
  59.            file directories in conferences 0-5 and 8 will be included.
  60.  
  61.          - Added support in FNFILER to notify user of a non-existant file
  62.            when comparing against the DIR file when editing by placing an
  63.            "L" (meaning existing in the file DIR List) in the header.
  64.  
  65.          - Added support in FNFILER to automatically append files existing
  66.            in the subdirectory but not in the DIR listing to the end of the
  67.            DIR file.  Description states "Description not available" .  If
  68.            <ALT F1> is pressed, the FILE_ID.DIZ will automatically be added
  69.  
  70.          - Updated FNP docs to reflect v1.02
  71.  
  72.          - Added ability to automatically run a batch file called FRESHEN.BAT
  73.            immediately after exiting FNFILER.EXE (if exists) to automatically
  74.            update the file index's (if configured within conference configur-
  75.            ation.)
  76.  
  77.          - FNFILER can now create an ALLFILES list and SORT the dir files.
  78.            Additional configuration settings are available to allow unique
  79.            sort parameters for the public and private upload DIR files.  The
  80.            All other DIR files will be sorted in the mode specified for the
  81.            DIR files.
  82.  
  83.            Command line sorting can now be performed during an EVENT or at any
  84.            other time you choose.  The command line FNFILER expects for
  85.            sorting the dir files of a conference is:
  86.  
  87.            FNFILER /SORT 0-4,10
  88.  
  89.            The above command line will cause FNFILER to sort all the DIR files
  90.            in conferences 0 through 4 and conference 10.  Separate each
  91.            non-inclusive conference with a COMMA as is done in the sample
  92.            above.
  93.  
  94.          - Above corrections/changes/additions resulted in changing of the
  95.            following files: (shown with crc values)
  96.  
  97.            FNETSM.EXE    = F0C00369              FN-NET.EXE    = FBDAC569
  98.            MKFNTEXT.EXE  = 89024FE9              FNCHK.EXE     = 3A70612C
  99.            FNCFG.EXE     = 5A3E2F03              FNECHO.EXE    = 271C6174
  100.            FNFILER.EXE   = 31EEF5F5              ARCMAS.BAT    = CC43FB2A
  101.            ARCMJS.BAT    = C9E5BD9               ARCMLS.BAT    = 7CA2E70C
  102.            ARCMZS.BAT    = AB020572              SFN.BAT       = 71016AE
  103.            FRESHEN.BAT   = 046D62A4              INSTALFN.EXE  = 2E0874F5
  104.  
  105.            FNET.EXE (Single Registered) = F855E8BA
  106.            FNET.EXE (Multi Registered)  = 5E35D952
  107.            FNET.EXE (Test Drive Multi)  = 83266F16
  108.  
  109.          - Released the new Multi-Node Test Drive, Single Registered and
  110.            Multi-Node Registered versions of FNET.EXE.
  111.  
  112.          - The Single Node (Registered) version is the smallest of the three
  113.            FNET.EXE files.
  114.  
  115.          - The Test Drive (250 node) version is a little larger than the
  116.            Registered (250 Node) version.  This pattern should remain constant.
  117.  
  118.          - The Test Drive will ALWAYS be unregistered as it is hard-wired in
  119.            the code.
  120.  
  121.          - Replaced FNCHK.EXE - Found that it could possibly hose the conference
  122.            pointers.
  123.  
  124.          - Replaced FNFILER.EXE - Added a flag that shows if a file listed in
  125.            a DIR list is non-existant in the associated directory.
  126.