home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / 175b917u.zip / FMSFMT10.ZIP / FFOLD.CFG < prev    next >
Text File  |  1993-12-27  |  5KB  |  110 lines

  1. ***********************************************
  2. * Configuration file for FMSMRG, version 1.0  *
  3. ***********************************************
  4. * Example where multiple inputs are sorted by date
  5. *    merged together into a single master FMS directory
  6. ***********************************************
  7. * General notes:
  8. *    lines beginning with * are comments (ignored)
  9. *    lines begining with / specify parameter values controlling
  10. *       how FMSFMT runs
  11. *    in parm values, case does not matter
  12. *                    spaces after the "=" do not matter
  13. *                    multiple parms can be put on the same line, e.g.
  14. *                         /AddCat$=UNC/AddDate$=Today
  15. *    anything in this file can also be passed on the command line
  16. * --------[what gets reformatted]----------------
  17. * StartDir is the name of the directory to merge or reformat
  18. /StartDir=      GAMES.DIR   
  19. * --------[format of input]------------------------
  20. * StartIsFMS declares that StartDir is an FMS directory - fixed length
  21. * name begins column 1, size column 15, date in 24, and description
  22. * in 34, last 3 characters are category code.   If not FMS directory -
  23. * e.g. redirected "dir", or non-RBBS list, comment out this line.
  24. */StartIsFMS
  25. * --------[where extended descriptions are located in StartDir]-------------
  26. * ExtendedBeforeName means that the extended occur above the entry with
  27. * the file name.   This is how RBBS FMS directories are that are ordered
  28. * by date.   PCBoard directories have the extended directories after
  29. * the file name entry.   Default is after the name, which is the "old"
  30. * style RBBS directory style.
  31. */ExtendedBeforeName
  32. */ExtendedAfterName
  33. * --------[where fields are located]-------------
  34. * These parameters let you specify where the fields in the StartDir
  35. * are located.   FMSFMT grabs 13 characters at the name, 7 at the
  36. * size, 8 at the date, and everything after the description, though
  37. * the last 3 are the category code if the directory is an FMS.   If
  38. * a field is not present, declare its value to be 0.   FMSFMT will
  39. * leave it blank, though AddCat and AddDate let you add a value.
  40. */StartNameAt=   1
  41. */StartSizeAt=   15
  42. */StartDateAt=   24
  43. */StartDescAt=   34
  44. * --------[convert the fields]---------------------
  45. * ConvertFields tells RBBS to perform edits on the name/size/date/desc
  46. * fields.   The edits for name are to squeeze out interior spaces and
  47. * put a dot between prefix and extension.   The edits for size are to
  48. * allign the field to the right.   The edits for date are to separate
  49. * the month/day/year by "-" and to replace blanks by zeros.   The
  50. * edits for the descrition are to be left justify the field and lengthen
  51. * by blanks or truncate to make the length proper.   If StartDir has
  52. * the proper format, comment out this line and FMSFMT will run faster.
  53. /ConvertFields
  54. * --------[FMS dir to merge into]------------------
  55. * MergeTo is the name of the FMS file to merge entries into.
  56. * If you merely want to reformat StartDir without merging it into
  57. * another file, comment out this line.
  58. */MergeTo=        UPLOADS.DIR
  59. * --------[directory to create]--------------------
  60. * NewDir is the name of the directory to create (reformated/merged)
  61. /NewDir=         TEMP1.DIR
  62. * --------[where extended descriptions go in new directory]-----------
  63. /TargetSortedByDate
  64. */TargetSortedByName
  65. * --------[what to set catcode to]-----------------
  66. * AddCat is the category code to put in for all the entires in StartDir.
  67. * Use this if StartDir has no category codes or you wish them all
  68. * to be replaced.  If the StartDir is not FMS, the default is to
  69. * add "UNC" as the category code.
  70. /AddCat=         GAM
  71. * --------[what to set date to]--------------------
  72. * AddDate is the date code to put in for all the entires in StartDir.
  73. * Use this if StartDir has no dates or you wish them all
  74. * to be replaced.  You can specify "TODAY" if you wish the current
  75. * date to be used.
  76. */AddDate=         TODAY
  77. * --------[length of output]--------------------
  78. * NewLen is the total length of the output.   This way you can change
  79. * the length of the output to whatever desired for both StartDir
  80. * and MergeTo.   Value must be 76 or more.  If not specified,
  81. * the default new length is the length of the TargetDir.  The total
  82. * length will depend on the length of the description field:
  83. * 40 for desc length gives 76, 41 gives 77, 42 -> 78, 43 -> 79,
  84. * 44 -> 80, 45 -> 81, 46 -> 82.
  85. /NewLen=      79
  86. * --------[search/replace for input catcodes]------
  87. * ReplaceCat specifies that the cat codes in StartDir are to
  88. * be replaced by others.   You can specify a pair of 3 character codes.
  89. * For example,
  90. *            /ReplaceCat=     001 UTL
  91. * means to replace cat code "001" in StartDir with "UTL"
  92. * Better yet you can specify a list following "/ReplaceCat="
  93. * by listing the pairs of codes on the lines following, terminating
  94. * the list by "END" on a line by itself.
  95. */ReplaceCat=
  96. *001 COM
  97. *002 WPE
  98. *END
  99. /RUN
  100. /StartDir=       PICS.DIR   
  101. /MergeTo=        TEMP1.DIR
  102. /NewDir=         TEMP2.DIR
  103. /AddCat=         PIC
  104. /RUN
  105. /StartDir=       UTILS.DIR  
  106. /MergeTo=        TEMP2.DIR
  107. /NewDir=         MAST.DIR
  108. /AddCat=         UTL
  109. /RUN
  110.