home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / arc / MTA_VE01.LZH / MTA.CTL < prev    next >
Text File  |  1990-09-30  |  11KB  |  233 lines

  1. %═══════════════════════════════════════════════════════════════════════
  2. % This is an example with ALL control statements that can be used in the
  3. % MTA.CTL (alike) file. This is a normal ASCII file. Rules for coding
  4. % are:
  5. % - Case is not important
  6. % - A line without '%' or ';' in the first position is considered a
  7. %   control statement;
  8. % - Not the starting position of the control-statement is important
  9. %   but the order of sub-parameters is, so you can start a statement
  10. %   anywhere on the line (with starting 'white-spaces');
  11. % - Lines with a '%' or ';' character in position 1 are comment
  12. %   statements.
  13. %═══════════════════════════════════════════════════════════════════════
  14. % New options contain '*NEWvvvv*' at the end of the line, changed
  15. % options contain '*DIFvvvv*' at the end of the line ! 'vvvv' is the
  16. % MTA version that introduced the command or the change. The items
  17. % with >>> are changed in THIS release.
  18. %═══════════════════════════════════════════════════════════════════════
  19. %
  20. %───────────────────────────────────────────────────────────────────────
  21. % Registration comes here. Don;t fool around with the RegistrationKey
  22. % option. Non registered users can use key 0 or must comment out these
  23. % options.
  24. %───────────────────────────────────────────────────────────────────────
  25. % RegistrationName [Unregistered Evaluation Copy]              *NEW1301*
  26. % RegistrationKey  0                                           *NEW1301*
  27. %
  28. %───────────────────────────────────────────────────────────────────────
  29. % MTA can search for archivers itself, but it is faster to supply them
  30. % in several MTA.CTL options. This will make MTA faster at startup !
  31. % If the 3th parameter is a 'Y', MTA will use this archiver for the
  32. % optimalisation (/OOA).
  33. %───────────────────────────────────────────────────────────────────────
  34. ARCPath                      C:\SYS\ARC\ARC.EXE       Y
  35. PAKPath                      C:\SYS\ARC\PAK.EXE       Y
  36. DWCPath                      C:\SYS\ARC\DWC.EXE       Y
  37. LZHPath                      C:\SYS\ARC\LHARC.EXE     Y
  38. LZSPath                      C:\SYS\ARC\LARC.EXE      Y
  39. ZOOPath                      C:\SYS\ARC\ZOO.EXE       Y
  40. PKZIPPath                    C:\SYS\ARC\PKZIP.EXE     Y
  41. PKUNZIPPath                  C:\SYS\ARC\PKUNZIP.EXE
  42. PKUNPAKPath                  C:\SYS\ARC\PKUNPAK.EXE
  43. MDPath                       C:\SYS\ARC\MDCD.EXE      Y
  44. %
  45. %───────────────────────────────────────────────────────────────────────
  46. % For ZIP and PAK you can/must supply the version numbers. This is be-
  47. % cause MTA will act different depending on the ZIP and PAK versions.
  48. %───────────────────────────────────────────────────────────────────────
  49. PAKVersion                   210
  50. ZIPVersion                   110
  51. %
  52. %───────────────────────────────────────────────────────────────────────
  53. % You can also supply a (de)compressor of your own. Please read the do-
  54. % cumentation on this subject. An example (commented out) with PKZIP is
  55. % supplied.
  56. %───────────────────────────────────────────────────────────────────────
  57. % OwnCompressPath            C:\SYS\ARC\PKZIP.EXE
  58. % OwnCompressCall            -a %1 *.*
  59. % OwnCompressLowErrorRC      1
  60. % OwnDeCompressPath          C:\SYS\ARC\PKUNZIP.EXE
  61. % OwnDecompressCall          -x %1
  62. % OwnDeCompressLowErrorRC    1
  63. % OwnExtension               RVH
  64. % OwnRecursive
  65. %
  66. %
  67. %
  68. %───────────────────────────────────────────────────────────────────────
  69. % Destination options. These options will decide the DEFAULT behaviour
  70. % of MTA when converting files.
  71. %───────────────────────────────────────────────────────────────────────
  72. CompressionType               ZIP
  73. ZIPCompression                -ex
  74. DWCCompression                z
  75. % Description
  76. % AutoDescription             C:\SYS\ARC\MYHEADER.ANS       >> *NEW1401*
  77. % CarryComment                1 ##_The_MTA_Board_##
  78. % OptimizeOnSize
  79. % OnlyUpgrade
  80. %
  81. %
  82. %───────────────────────────────────────────────────────────────────────
  83. % Various RUN-TIME options, independent of the source and target files
  84. % you convert
  85. %───────────────────────────────────────────────────────────────────────
  86. % SubstDrive FGH                                            >> *NEW1401*
  87. % StowBuffer 64000                                          >> *NEW1401*
  88. % NoSwap
  89. % SwapPath                   E:\
  90. AltDisplay
  91. % ShareWait 1200                                            >> *NEW1401*
  92. % NoArcInArc
  93. RunTime                      600
  94. WarningTime                  10
  95. SFXFiles
  96. FilesBBS                     Files.BBS
  97. AddFilesBBS                                                    *NEW1301*
  98. % FilesBBSFormat             1 1 14
  99. % NoMarked
  100. % MarkHeader                 MYCONV                            *NEW1250*
  101. % MarkString                 Insert_Your_ID
  102. % KeepAbnormalExtensions
  103. FreeMemory                   150000
  104. % AllDisketteFiles
  105. ReportSpecialAttributes
  106. KeepAV                                                         *NEW1250*
  107. ForceCGA
  108. % NoMouse Window                                               *DIF1252*
  109. % Not4DosAware                                              >> *NEW1401*
  110. %
  111. %
  112. %───────────────────────────────────────────────────────────────────────
  113. % Define files to exclude from the target-files, define files to be in-
  114. % cluded in the target-files and define files to exclude from the con-
  115. % version alltogether
  116. %───────────────────────────────────────────────────────────────────────
  117. % IncludeFile                C:\ZIP\BBE.SND !
  118. % IncludeFile                C:\DOC\BPPC.CAT
  119. % IncludeFile                C:\ZIP\MTABAT.BAT AutoLarc.BAT
  120. %
  121. ExcludeFile                  !
  122. ExcludeFile                  U_READ.ME
  123. ExcludeFile                  LOGO.ASC
  124. ExcludeFile                  WHO_FROM.TXT
  125. ExcludeFile                  CRCKLIST.CRC
  126. ExcludeFile                  SAFE_OWL.COM
  127. ExcludeFile                  RUN_THIS.COM
  128. ExcludeFile                  #CRC_DIR.SEC
  129. %
  130. % DoNot                      *.A0?
  131. % DoNot                      *.A1?
  132. % DoNot                      *.A2?
  133. % DoNot                      *.A3?
  134. % DoNot                      *.A4?
  135. % DoNot                      *.A5?
  136. % DoNot                      *.A6?
  137. % DoNot                      *.A7?
  138. % DoNot                      *.A8?
  139. % DoNot                      *.A9?
  140. % DoNot                      ALLFILES.*
  141. %
  142. %
  143. %───────────────────────────────────────────────────────────────────────
  144. % Define the different EXIT's MTA supplies. Read documentation for de-
  145. % tails on the various EXIT's.
  146. %───────────────────────────────────────────────────────────────────────
  147. % ExitBeforeStart            FLASH /D
  148. % ExitBetweenConversion      C:\SYS\DIV\MTABETWE.BAT %1 %2 %3
  149. % ExitAfterCompression       MAKESFX.BAT
  150. % ExitBeforeFill             FORMAT A: /V
  151. ExitAfterFill                C:\CAT\CATDISK.EXE /F?
  152. % ExitBeforeEnd              FLASH /A
  153. %
  154. %
  155. %───────────────────────────────────────────────────────────────────────
  156. % Define the various paths MTA can (or must) use for the conversion.
  157. %───────────────────────────────────────────────────────────────────────
  158. % DefaultPath                C:\ZIP
  159. % DefaultPath                C:\ZIP\TRA
  160. % DefaultPath                C:\ZIP\MOV
  161. % QBBSPaths D:\BBS\RAX\FLSEARCH.CTL                            *NEW1301*
  162. % RaPaths D:\BBS\RAX\                                          *NEW1301*
  163. LogPath                      D:\LOG\MTA__RUN.LOG               *DIF1250*
  164. ErrorLogPath                 D:\LOG\MTA__ERR.LOG               *DIF1250*
  165. RandomPasswordListPath       D:\LOG\MTA__PWD.LOG            >> *NEW1401*
  166. NormalPasswordListPath       D:\LOG\MTA__PWD.LOG            >> *NEW1401*
  167. % MoveToDir                  E:\ZIP\TRA
  168. ; TempPath                   E:\ 300000
  169. MTATempPath                  E:\ZIP\MTA 200000
  170. MTAErrorPath                 E:\ZIP\ERR                        *NEW1250*
  171. FDUTempPath                  E:\ZIP\DIS
  172. FDUTrashPath                 E:\ZIP\TRA
  173. % ITSPath                    E:\                               *NEW1251*
  174. %
  175. %
  176. %───────────────────────────────────────────────────────────────────────
  177. % Define Virus-scanning (McAfee's SCAN <tm>) is advised
  178. %───────────────────────────────────────────────────────────────────────
  179. VirusScanner                 C:\SYS\DIV\SCAN.EXE 1
  180. VirusScanParm                /NOMEM /E .001 .002 .003 .004 .005
  181. %
  182. %
  183. %───────────────────────────────────────────────────────────────────────
  184. % Define the way MTA must touch time/date values in the new files
  185. %───────────────────────────────────────────────────────────────────────
  186. TouchHig
  187. % TouchLow
  188. % TouchCur
  189. % AcceptHighDate
  190. % IgnoreTimeComponent
  191. %
  192. %
  193. %───────────────────────────────────────────────────────────────────────
  194. % Define the LOG-style you want to use (several examples included)
  195. %───────────────────────────────────────────────────────────────────────
  196. %───────────────────────────────────────────────────────────────────────
  197. % F R O N T D O O R  <tm>  style
  198. %───────────────────────────────────────────────────────────────────────
  199. % LogStartStyleFormat        ^M----------__%D__,_MTA        >> *NEW1401*
  200. % LogStyleFormat             >__%T__
  201. % LogTimeFormat              hh:mm:ss
  202. % LogDateFormat              dd_nnn_yy
  203. %───────────────────────────────────────────────────────────────────────
  204. % D ' B R I D G E    <tm>  style
  205. %───────────────────────────────────────────────────────────────────────
  206. LogStyleFormat               %D_%T__MTA:_
  207. LogDateFormat                mm/dd/yy
  208. LogTimeFormat                hh:mm
  209. %───────────────────────────────────────────────────────────────────────
  210. % Q U I C K B B S    <tm> style
  211. %───────────────────────────────────────────────────────────────────────
  212. % LogStyleFormat             %D_%T__
  213. % LogDateFormat              dd-nnn-yy
  214. % LogTimeFormat              hh:mm
  215. %───────────────────────────────────────────────────────────────────────
  216. % O P U S  1 . X X   <tm> style
  217. %───────────────────────────────────────────────────────────────────────
  218. % LogStyleFormat             +_%D_%T_MTAZ_
  219. % LogDateFormat              dd_nnn
  220. % LogTimeFormat              hh:mm:ss
  221. %───────────────────────────────────────────────────────────────────────
  222. % B I N K L E Y      <tm> style
  223. %───────────────────────────────────────────────────────────────────────
  224. % LogStyleFormat             +_%D_%T_MTAZ_
  225. % LogDateFormat              dd_nnn
  226. % LogTimeFormat              hh:mm:ss
  227. %───────────────────────────────────────────────────────────────────────
  228. % F A N T A S Y           style
  229. %───────────────────────────────────────────────────────────────────────
  230. % LogStyleFormat             MTALOG__%D__%T__Executed:_
  231. % LogDateFormat              dd_nnn_yyyy
  232. % LogTimeFormat              hh:mm:ss
  233.