home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER1.ISO / bbs / rbbs / fms-103.zip / SPTFMS.HLP < prev    next >
Text File  |  1992-05-13  |  3KB  |  79 lines

  1. FMS File Splitter
  2.  
  3. How it works:
  4.  
  5.   This program will read through your RBBS/FMS master directory file
  6. and create separate files ("sub-files") based on category code.
  7.   A header advertising your BBS may included at the top of each of
  8. the "sub-files".  Private files (category ***) are excluded from this
  9. process and directory chaining is supported.
  10.  
  11.   You must have at least 40 files defined in your config.sys, this
  12. program will run faster if you allocate more files (up to 60).
  13.  
  14.  
  15.   Master Directory Name
  16.  
  17.   This is the name of the FMS directory file that is to be processed.
  18. If this is your first time using SPTFMS, I suggest using your master
  19. directory (the one that contains all your BBS files). On subsequent
  20. runs (ex: monthly), you can process a smaller file that contains only
  21. the files added to your BBS since the last time SPTFMS was used.
  22.  
  23.  
  24.   Temporary File Name
  25.  
  26.   This is a work file used by SPTFMS and equal to the size of the
  27. Master Directory file specified above.  An alternate drive may be used
  28. for this file by giving the full path.
  29.  
  30.  
  31.   Sub-File Prefix
  32.  
  33.   This field allows you to define your own sub-file name.  You are
  34. allowed a maximum of 4 characters (ex: MSTR).  The structure of the
  35. "sub-file" names is:
  36.      ppppccc.eee  where pppp is: the prefix name given
  37.                         ccc  is: the category code (ex: 001)
  38.                         eee  is: the extension specified.
  39.    HINT - When creating monthly "update" files, you should use an
  40.           extension based on the date the "update" files belong to.
  41.           (ex: April '92 would be .D92, A represents Jan, through to
  42.           L which represents Dec.  The 92 of course is the year).
  43.  
  44.  
  45.   Sub-File Extension
  46.  
  47.   This field lets you specify the file extension you wish to use
  48. (ex: .DIR, the "." is required).
  49.  
  50.  
  51.   ASCII Header File
  52.  
  53.   A NON-COLOUR ASCII header (max 15 lines) may be inserted into each
  54. "sub-file" by specifying the name of the header file.  To skip this
  55. option, leave this field blank or use the name NONE.
  56.  
  57.  
  58. Follow FMS Dir Chain
  59.  
  60.   This option tells SPTFMS to continue with the next FMS Directory
  61. file.  The name of the "chain to" file is contained at the top of the
  62. current Master Directory File.
  63.  
  64.  
  65.  
  66. Sample Update File Extensions.
  67. ─────────────────────┬────────────────────────┐
  68.                      │  January   1992  .A92  │
  69.                      │  February  1992  .B92  │
  70.                      │  March     1992  .C92  │
  71.                      │  April     1992  .D92  │
  72.                      │   .         .      .   │
  73.                      │   .         .      .   │
  74.                      │   .         .      .   │
  75.                      │  December  1992  .L92  │
  76.                      │  January   1993  .A93  │
  77.                      └────────────────────────┘
  78.  
  79.