home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CDOR0811.ZIP / DIR.ZIP / FMSFFS.CFG < prev    next >
Encoding:
Text File  |  1993-08-01  |  8.1 KB  |  193 lines

  1. ; Configuration file for FMSFFS, version 2.0b
  2. ; Copyright (c) 1993 Daniel T.Drinnon
  3. ; Lines beginning with ';', '-' or "*" are interpreted as comments and are
  4. ; ignored
  5. ; Lines which are BLANK are ignored
  6. ;
  7. *==============================================================================
  8. ; RegName and RegNum should only be used with Registered Copies!
  9. ; DEFAULT: UnRegistered
  10. ;
  11. RegName        Dan Drinnon
  12. RegNum         32382
  13. *==============================================================================
  14. ; WorkDir is the path and directory for all work files
  15. ; DEFAULT: Current DOS directory
  16. ;
  17. WorkDir        C:\TEMP
  18. *==============================================================================
  19. ; UseEMS will allow EMS to be used when shelling
  20. ; DEFAULT: Use EMS and/or XMS
  21. ;
  22. UseEMS
  23. *==============================================================================
  24. ; UseXMS will allow XMS to be used when shelling (UseXMS will override UseEMS)
  25. ; DEFAULT: Use EMS and/or XMS
  26. ;
  27. ;UseXMS
  28. *==============================================================================
  29. ; NoSwap will keep FMSFFS from swapping itself to disk or memory when shelling
  30. ; DEFAULT: Swap to EMS and/or XMS
  31. ;
  32. ;NoSwap
  33. *==============================================================================
  34. ; Sorter is the name of the SORT program to use
  35. ; DEFAULT: QSORT
  36. ;
  37. Sorter          QSORT
  38. *==============================================================================
  39. ; DateSort is the command line to send to Sorter to do a FMS date sort
  40. ;
  41. DateSort       /30:2 /24:5 /-1
  42. *==============================================================================
  43. ; Interactive will prompt for information when needed.  Note!  If interactive
  44. ; is on FMSFFS will stop until you enter the information it needs!
  45. ;
  46. ;Interactive
  47. *==============================================================================
  48. ; NoNoise turns off activity noise
  49. ;
  50. ;NoNoise
  51. *==============================================================================
  52. ; RestoreScreen will replace the screen that was in place before FMSFFS began
  53. ;
  54. ;RestoreScreen
  55. *==============================================================================
  56. ; NameFile is the name of the list of files
  57. ;
  58. NameFile       FIDX.DEF
  59. *==============================================================================
  60. ; LocationFile is the name of the list of locations for files
  61. ;
  62. LocationFile   LIDX.DEF
  63. *==============================================================================
  64. ; TabFile should be the prefix of your NameFile + "T.DEF"
  65. ;
  66. TabFile        FIDXT.DEF
  67. *==============================================================================
  68. ; BulletinFile is the name of the Bulletin file to create to display files
  69. ; which will be deleted after given number of days.  RBBS display file formats
  70. ; are used - in this example, BFILES will be the non-graphics file, then
  71. ; BFILESG and BFILESC will be the graphics and ANSI color files, respectivly.
  72. ;
  73. ;BulletinFile   BFILES    30
  74. *==============================================================================
  75. ; MakeRFM will create an RFM style NameFile (use only if your RBBS has been
  76. ; modifed for RFM type FIDX files).
  77. ;
  78. MakeRFM
  79. *==============================================================================
  80. ; list as many as you have (DOS) directories where you want
  81. ; all the files in them listed.  /S searches 1 (one) subdirectory
  82. ; below the current subdirectory.
  83. ; If you are using RFM style FIDX files, then you may also enter the
  84. ; subdirectory to move files which have not been downloaded or viewed
  85. ; after the number of days specified
  86. ;
  87. ;
  88. FileSpec       C:\RBBS\UPLOAD\*.*
  89. FileSpec       C:\RBBS\DOWNLOAD\*.* /S
  90. FileSpec       D:\RBBS\DOWNLOAD\*.* /S
  91. *==============================================================================
  92. ; If you are using macros in your FMS, such as "Directory of M! FILES.DEF" you
  93. ; must tell FMSFFS what to look for:
  94. ;
  95. ;
  96. DirString     Directory of
  97. *==============================================================================
  98. ; List as many as you have of text files with file names in
  99. ; them.  The file name must be at the beginning of each line.
  100. ; The first line of any FileDir path must consist of the DirString string.
  101. ;
  102. ;FileDir        C:\RBBS\DIR\HACKS.DEF
  103. ;FileDir        C:\RBBS\DIR\UNWANT.DEF
  104. ;FileDir        C:\RBBS\DIR\PIRATES.DEF
  105. *==============================================================================
  106. ; FMS.DIR Maintenance  -  NOTE: If FMSFile is not ENABLED, none of
  107. ;                               the FMS maintenance features will
  108. ;                               be active either!
  109. *==============================================================================
  110. ; FMSFile is the name of your main FMS file list -Turns ON ALL FMS Maintenance!
  111. ;
  112. FMSFile        MASTER.DIR
  113. *==============================================================================
  114. ; FMSFormat     blank = Date Sorted, TOP, NOSORT = not Date Sorted.  This
  115. ; option will be overridden by any \FMS line you have in your FMS MASTER.DIR
  116. ; file.
  117. ;
  118. FMSFormat
  119. ;FMSFormat     NOSORT
  120. *==============================================================================
  121. ; FMSAlpha is the name of an alphabetically sorted list from FMSFile
  122. ;
  123. FMSAlpha       ALPHA.DIR
  124. *==============================================================================
  125. ; FMSAlphaHeader is the RBBS \FMS style header you want at the top of ALPHA.DIR
  126. ; DEFAULT: none
  127. ;
  128. FMSAlphaHeader \FMS TOP NOSORT
  129. *==============================================================================
  130. ; FMSDate no parmaters will use the current FMS file date.  Use "." to use
  131. ; actual file date
  132. ;
  133. FMSDate
  134. ;FMSDate       .
  135. *==============================================================================
  136. ; DateSeparator is the character to use between the number is the date field
  137. ;
  138. ;DateSeparator  -
  139. *==============================================================================
  140. ; FMSMissing will substitute a string you specify for missing files.
  141. ;
  142. FMSMissing     OFFLINE
  143. *==============================================================================
  144. ; UnknownDesc is the description given for unknown files
  145. ;
  146. UnKnownDesc    <description unavailable>
  147. *==============================================================================
  148. ; FILEID  will look for FILE_ID.DIZ in all files and import to the
  149. ; extended description
  150. ;
  151. ;FILEID         FILE_ID.DIZ
  152. *==============================================================================
  153. ; FileIdMainDesc is the main description given to files with a FILE_ID.DIZ
  154. ;
  155. ;FileIdMainDesc     Description within Archived File:
  156. *==============================================================================
  157. ; FMSCat is the default category assigned to any files added to FMSFile
  158. ;
  159. FMSCat         999
  160. *==============================================================================
  161. ; FMSDescLen is the length of the description as set in RBBS's CONFIG
  162. ;
  163. FMSDescLen     46
  164. *==============================================================================
  165. ; FMSExtra is any extra characters in FMSFile between the description
  166. ; and the category code.  The Cellar Door mods can keep the number of
  167. ; times a file has been downloaded in this area with 5 characters
  168. ;
  169. FMSExtra       5
  170. *==============================================================================
  171. ; FMSCatLen is the length of the category code in the FMSFile
  172. ;
  173. FMSCatLen      3
  174. *==============================================================================
  175. ; ZIPCommand is the command to unzip files from a ZIP file
  176. ;
  177. ZIPCommand     PKUNZIP
  178. *==============================================================================
  179. ; ARCCommand is the command to unarc files from an ARC file
  180. ; Not Installed!
  181. ;
  182. ;ARCCommand     PKXARC
  183. *==============================================================================
  184. ; LZHCommand is the command to unlzh files from an LZH file
  185. ; Not Installed!
  186. ;
  187. ;LZHCommand     LHARC e
  188. *==============================================================================
  189. ; ARJCommand is the command to unarj files from an ARJ file
  190. ; Not Installed!
  191. ;
  192. ;ARJCommand     ARJ e
  193.