home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / MTA_VF57.ZIP / MTA.CTL < prev    next >
Text File  |  1994-03-07  |  15KB  |  384 lines

  1. %═══════════════════════════════════════════════════════════════════════
  2. %
  3. % This is an example with ALL control statements that can be used in the
  4. % MTA.CTL (alike) file. This is a normal ASCII file. Rules for coding
  5. % are:
  6. %
  7. % - Case is not important
  8. % - A line without '%' or ';' in the first position is considered a
  9. %   control statement;
  10. %
  11. % - Lines with a '%' or ';' character in position 1 are comment
  12. %   statements.
  13. %
  14. % - The starting position of the options is not important but the ORDER
  15. %   of the parameters is. You can start an option ANYWHERE on the line
  16. %   but lines can not exceed 255 bytes in length !
  17. %
  18. %═══════════════════════════════════════════════════════════════════════
  19. %
  20. %───────────────────────────────────────────────────────────────────────
  21. %                   B A S I C   S T A T E M E N T S
  22. %───────────────────────────────────────────────────────────────────────
  23. ARCPath                      C:\SYS\ARC\ARC.EXE       N 192
  24. UNARCPath                    C:\SYS\ARC\XARC.EXE      N 192
  25. PAKPath                      C:\SYS\ARC\PAK.EXE       Y 256
  26. DWCPath                      C:\SYS\ARC\DWC.EXE       N 256
  27. LZHPath                      C:\SYS\ARC\LHARC.EXE     Y 256
  28. LZSPath                      C:\SYS\ARC\LARC.EXE      N 192
  29. ZOOPath                      C:\SYS\ARC\ZOO.EXE       N 256
  30. PKZIPPath                    C:\SYS\ARC\PKZIP.EXE     Y 256 C:\SYS\ARC\P2ZIP.EXE
  31. PKUNZIPPath                  C:\SYS\ARC\PKUNZIP.EXE   N 192 C:\SYS\ARC\P2UNZIP.EXE
  32. ZIP2EXEPath                  C:\SYS\ARC\ZIP2EXE.EXE   N 192
  33. PKUNPAKPath                  C:\SYS\ARC\PKUNPAK.EXE   N 192
  34. MDPath                       C:\SYS\ARC\MDCD.EXE      N 192
  35. ARJPath                      C:\SYS\ARC\ARJ.EXE       Y 512 C:\SYS\ARC\ARJNEW.EXE
  36. SQZPath                      C:\SYS\ARC\SQZ.EXE       Y 512
  37. HYPERPath                    C:\SYS\ARC\HYPER.EXE     N 320
  38. PKLITEPath                   C:\SYS\ARC\PKLITE.EXE    N 256
  39. JPG2GIFPath                  C:\SYS\ARC\JPG2GIF.EXE   N 512
  40. GIF2JPGPath                  C:\SYS\ARC\GIF2JPG.EXE   N 512
  41. GIFLITEPath                  C:\SYS\ARC\GIFLITE.EXE   N 320
  42. GIFTESTPath                  C:\SYS\ARC\GIFTEST.EXE   N 320
  43. %
  44. CompressionType              ZIP
  45. %
  46. LZHVersion                   212
  47. PAKVersion                   210
  48. ZIPVersion                   110 200
  49. %
  50. ZIPCompression               -ex
  51. % UNZIPCompression           -o
  52. % ZSFCompression             -ex
  53. ZOOCompression               h
  54. DWCCompression                z
  55. LZHCompression               /O-
  56. % LSFCompression             /O-
  57. ARJCompression               -jm
  58. % ASFCompression             -jm
  59. % SQZCompression             /m1
  60. % SSFCompression             /m1
  61. PKLITECompression            -b
  62. % GIFLITECompression         Use what you like
  63. % G2JCompression             Use what you like
  64. % J2GCompression             Use what you like
  65. %
  66. OriginalARJName
  67. %
  68. %
  69. %───────────────────────────────────────────────────────────────────────
  70. %                    M T A   E N V I R O N M E N T
  71. %───────────────────────────────────────────────────────────────────────
  72. % TempPath                   E:\ 300000
  73. MTATempPath                  E:\ZIP\MTA 200000
  74. ALTMTATempPath               D:\ZIP\MTA 200000
  75. MTAErrorPath                 E:\ZIP\ERR
  76. FDUTempPath                  E:\ZIP\DIS
  77. FDUTrashPath                 E:\ZIP\TRA
  78. % ITSPath                    E:\
  79. % SwapPath                   E:\
  80. % NoEMS
  81. % NoXMS
  82. % MoveToDir                  E:\ZIP\TRA
  83. FreeMemory                   150000
  84. RunTime                      600
  85. % Not4DosAware
  86. % VideoMode                  3
  87. SubstDrive                   FGH
  88. % SubstOn                    C:\DOS\SUBST.EXE %DF %PP
  89. % SubstOff                   C:\DOS\SUBST.EXE %DF /D
  90. % StowBeforeSubst            Y^M
  91. % NoSubstTest
  92. ExtendedTesting
  93. % ShareWait                  1200
  94. AltDisplay
  95. WarningTime                  10
  96. % NoBeep
  97. % SetDblSpaceRatio
  98. % NoResetDirectories
  99. ViewProgram C:\ARC\SHEZ.EXE $P
  100. %
  101. %
  102. %───────────────────────────────────────────────────────────────────────
  103. %                         M T A   L O G G I N G
  104. %───────────────────────────────────────────────────────────────────────
  105. LogPath                      D:\LOG\MTA__RUN.LOG
  106. AVLogPath                    D:\LOG\MTA__AVS.LOG
  107. NormalPasswordListPath       D:\LOG\MTA__PWD.LOG
  108. RandomPasswordListPath       D:\LOG\MTA__PWD.LOG
  109. LogThreshold                 128000
  110. %───────────────────────────────────────────────────────────────────────
  111. % FRONTDOOR  <tm>  style
  112. %───────────────────────────────────────────────────────────────────────
  113. % LogStartStyleFormat        ^M----------__%D__,_MTA
  114. % LogStyleFormat             >__%T__
  115. % LogTimeFormat              hh:mm:ss
  116. % LogDateFormat              dd_nnn_yy
  117. %───────────────────────────────────────────────────────────────────────
  118. % D'BRIDGE    <tm>  style
  119. %───────────────────────────────────────────────────────────────────────
  120. LogStyleFormat               %D_%T__MTA:_
  121. LogDateFormat                mm/dd/yy
  122. LogTimeFormat                hh:mm
  123. %───────────────────────────────────────────────────────────────────────
  124. % QUICKBBS    <tm> style
  125. %───────────────────────────────────────────────────────────────────────
  126. % LogStyleFormat             %D_%T__
  127. % LogDateFormat              dd-nnn-yy
  128. % LogTimeFormat              hh:mm
  129. %───────────────────────────────────────────────────────────────────────
  130. % OPUS  1.XX   <tm> style
  131. %───────────────────────────────────────────────────────────────────────
  132. % LogStyleFormat             +_%D_%T_MTAZ_
  133. % LogDateFormat              dd_nnn
  134. % LogTimeFormat              hh:mm:ss
  135. %───────────────────────────────────────────────────────────────────────
  136. % B I N K L E Y      <tm> style
  137. %───────────────────────────────────────────────────────────────────────
  138. % LogStyleFormat             +_%D_%T_MTAZ_
  139. % LogDateFormat              dd_nnn
  140. % LogTimeFormat              hh:mm:ss
  141. %───────────────────────────────────────────────────────────────────────
  142. % FANTASY           style
  143. %───────────────────────────────────────────────────────────────────────
  144. % LogStyleFormat             MTALOG__%D__%T__Executed:_
  145. % LogDateFormat              dd_nnn_yyyy
  146. % LogTimeFormat              hh:mm:ss
  147. %
  148. %
  149. %───────────────────────────────────────────────────────────────────────
  150. %                  F I L E   S E L E C T I O N
  151. %───────────────────────────────────────────────────────────────────────
  152. % DefaultPath                C:\ZIP     E:\ZIP
  153. % DefaultPath                C:\ZIP\TRA
  154. % DefaultPath                C:\ZIP\MOV
  155. %
  156. % DoNot                      *.A0?
  157. % DoNot                      *.A1?
  158. % DoNot                      *.A2?
  159. % DoNot                      *.A3?
  160. % DoNot                      *.A4?
  161. % DoNot                      *.A5?
  162. % DoNot                      *.A6?
  163. % DoNot                      *.A7?
  164. % DoNot                      *.A8?
  165. % DoNot                      *.A9?
  166. % DoNot                      ALLFILES.*
  167. % DoNot                      F:\DONOT\*.ZIP
  168. %
  169. SFXFiles
  170. MaxGifDim                    640 480 256
  171. % NoMarked
  172. % MarkHeader                 MYCONV
  173. % MarkString                 Insert_Your_ID
  174. % Unmark
  175. % ExcludeFriendlyMark        ??????Insert_Your_ID
  176. % OnlyNewFiles
  177. % DelOldFiles                01-1990 Ask
  178. % DelOldFiles                -365
  179. % DelOldPath                 E:\OLDFILES
  180. % SkipNewFiles               10
  181. % HackList D:\BBS\PRO\HACKLIST.IDX
  182. %
  183. %
  184. %───────────────────────────────────────────────────────────────────────
  185. %                  R E S U L T I N G   F I L E S
  186. %───────────────────────────────────────────────────────────────────────
  187. ExcludeFile                  !               SUB
  188. ExcludeFile                  CHKLIST.CPS     SUB
  189. ExcludeFile                  U_READ.ME
  190. ExcludeFile                  LOGO.ASC        SUB
  191. ExcludeFile                  WHO_FROM.TXT    SUB
  192. ExcludeFile                  CRCKLIST.CRC
  193. ExcludeFile                  SAFE_OWL.COM    SUB
  194. ExcludeFile                  RUN_THIS.COM    SUB
  195. ExcludeFile                  #CRC_DIR.SEC    SUB
  196. ExcludeFile                  <ARCNAM>.SEC    SUB
  197. ExcludeFile                  =ADVER          NOSUB  50 2500
  198. %
  199. % IncludeFile                C:\ZIP\BBE.SND !
  200. % IncludeFile                C:\DOC\BPPC.CAT
  201. % IncludeFile                C:\ZIP\MTABAT.BAT AutoLarc.BAT
  202. %
  203. TouchHig
  204. % TouchLow
  205. % TouchCur +10
  206. %
  207. ChildTouch FILE
  208. %
  209. MakeArc                      *.*
  210. MakeArcExclude               *.GIF
  211. %
  212. FixedConversion              NODELIST.A?? ARC
  213. FixedConversion              NODEDIFF.A?? ARC
  214. %
  215. % IgnoreTimeComponent
  216. % IgnoreUNZIPWarning
  217. % AcceptHighDate
  218. % NoArcInArc
  219. ArcInArc
  220. % SFXArcInArc ALSONORMAL
  221. % EXTArcInArc
  222. % AIAInstallFile INSTALL.*
  223. % OptimizeOnSize
  224. % OnlyUpgrade
  225. % AllDisketteFiles
  226. % KeepAbnormalExtensions
  227. ReportSpecialAttributes
  228. % ReportSpecialAttributes SKIP
  229. ReportInvalidFiles
  230. %
  231. KeepAV
  232. IncludeAVFile *.EXE       @@@###
  233. IncludeAVFile *.COM       @@@###
  234. IncludeAVFile SCAN*.*     NWN405
  235. IncludeAVFile CLEAN*.*    NWN405
  236. IncludeAVFile VSHLD*.*    NWN405
  237. IncludeAVFile VCOPY*.*    NWN405
  238. IncludeAVFile 4DOS*.*
  239. IncludeAVFile ARJ*.EXE    0000
  240. IncludeAVFile UNARJ*.EXE  0000
  241. ExcludeAVFile *.*         FOO001 DELETE
  242. ExcludeAVFile *.*         RVH001 KEEP
  243. ExcludeAVFile *.*         1234   MOVE
  244. %
  245. KeepVolLabel
  246. % LabelDrive E
  247. % SkipBackups
  248. % OverwriteDuplicates
  249. % Description
  250. % AutoDescription             C:\SYS\ARC\MYHEADER.ANS
  251. %
  252. %
  253. %───────────────────────────────────────────────────────────────────────
  254. %                    O W N   C O M P R E S S O R
  255. %───────────────────────────────────────────────────────────────────────
  256. % OwnCompressPath            C:\SYS\ARC\PKZIP.EXE Y SWAP
  257. % OwnCompressCall            -a %1 *.*
  258. % OwnCompressLowErrorRC      1
  259. % OwnDeCompressPath          C:\SYS\ARC\PKUNZIP.EXE N SWAP
  260. % OwnDecompressCall          -x %1
  261. % OwnDeCompressLowErrorRC    1
  262. % OwnExtension               RVH
  263. % OwnRecursive
  264. %
  265. %
  266. %───────────────────────────────────────────────────────────────────────
  267. %                 V I R U S  S C A N N E R S
  268. %───────────────────────────────────────────────────────────────────────
  269. %░░░░░░░░░░░░░░░░░ Working example for : SCAN (V9x>)   ░░░░░░░░░░░░░░░░░
  270. %
  271. VirusScanner   McAfee_SCAN      B 300 1       C:\SYS\VIR\SCAN.EXE   %P /NOMEM /NOPAUSE /E
  272. %
  273. %░░░░░░░░░░░░░░░░░ Working example for : TBSCAN (V6x>) ░░░░░░░░░░░░░░░░░
  274. %
  275. % VirusScanner Thunderbyte_SCAN D 240 1 128   C:\SYS\VIR\TBSCAN.EXE %P af ba in nb nm ap lo ln=D:\LOG\TBSCAN.LOG ll=2
  276. %
  277. %░░░░░░░░░░░░░░░░░ Working example for : VIRX (2.3>)   ░░░░░░░░░░░░░░░░░
  278. %
  279. % VirusScanner VIRX_SCAN        D 330 1   255 C:\SYS\VIR\VIRX.EXE   %P -L -A -M -E -BI -BM -RD:\LOG\VIRX.LOG
  280. %
  281. %░░░░░░░░░░░░░░░░░ Working example for : CPAV (2.x>)   ░░░░░░░░░░░░░░░░░
  282. %
  283. VirusScanner   Central_Point    B 640 86      C:\SYS\VIR\CPAV.EXE   %S /S /P
  284. %
  285. %░░░░░░░░░░░░░░░░░ Working example for : SOLOMON'S     ░░░░░░░░░░░░░░░░░
  286. %
  287. % VirusScanner Dr.Solomon_SCAN  D 640 2       C:\SYS\VIR\FINDVIRU.EXE %S /REPORT=D:\LOG\SOLOMON.LOG /NOBOOT /NOPART /DOALLFILES /MUTANT
  288. %
  289. %░░░░░░░░░░░░░░░░░ Working example for : GOBBLER       ░░░░░░░░░░░░░░░░░
  290. %
  291. % VirusScanner Gobbler          B 128 1       C:\SYS\VIR\GII.EXE -b %P
  292. %░░░░░░░░░░░░░░░░░ Working example for : F-PROT        ░░░░░░░░░░░░░░░░░
  293. %
  294. % VirusScanner Skulason_FPROT   B 300 3     4 C:\SYS\VIR\F-PROT.EXE %F /COMMAND /RENAM /NOMEN /ALL /TROJAN /NOBREAK /REPORT=D:\LOG\FPROT.LOG
  295. %
  296. %░░░░░░░░░░░░░░░░░ Working example for: IBM AntiVirus  ░░░░░░░░░░░░░░░░░
  297. % NB: Requires the IBM AntiVirus Stand (IBMAVSP.EXE) alone program to be
  298. %     installed in the C:\IBMAV subdirectory (by Jan Terpstra of IBM NL)
  299. %
  300. % VirusScanner IBMAV            B 360 100     C:\IBMAV\IBMAVSP.EXE %f -all -logd:\mta\ibmavsp.log -nb -nlmsg -nrep -nwipe -nfscan
  301. %
  302. % VirusMasks *.EXE *.COM *.SYS *.OVR *.BIN *.DLL *.OVR *.OVL *.OBJ
  303. %───────────────────────────────────────────────────────────────────────
  304. %                 E X I T S   A N D   O T H E R   H O O K S
  305. %───────────────────────────────────────────────────────────────────────
  306. % ExitBeforeStart            256  FLASH /D
  307. % ExitBetweenConversion      512  C:\SYS\DIV\MTABETWE.BAT %1 %2 %3
  308. % ExitAfterCompression       300  MAKESFX.BAT
  309. % ExitBeforeFill             256  FORMAT A: /V
  310. ExitAfterFill                C:\CAT\CATDISK.EXE /F?
  311. % ExitBeforeEnd              FLASH /A
  312. %
  313. %
  314. %───────────────────────────────────────────────────────────────────────
  315. %                        B B S   O P T I O N S
  316. %───────────────────────────────────────────────────────────────────────
  317. % BBSPaths QBBS D:\BBS\QBB\FILEDAT.CFG
  318. % BBSPaths QOLD D:\BBS\QBB\FLSEARCH.CTL
  319. % BBSPaths RA00 D:\BBS\RAX\FILES.RA
  320. % BBSPaths RA10 D:\BBS\RAX\FILES.RA
  321. % BBSPaths RA11 D:\BBS\RAX\FILES.RA D:\BBS\FILES\CDROM
  322. % BBSPaths RA20 D:\BBS\RAX\FILES.RA D:\BBS\FILES\CDROM
  323. % BBSPaths MAXI D:\BBS\SBB\FLSEARCH.BBS
  324. % BBSPaths MAXI D:\BBS\MAX\AREAS.DAT
  325. % ExcludeDirectory           D:\BBS\FIL\AMIGA
  326. %
  327. %
  328. %
  329. WeekExtension ARJ J
  330. WeekExtension ARC A
  331. WeekExtension ZIP Z
  332. WeekExtension LZH L
  333. WeekExtension LZS L
  334. %
  335. % CarryComment               1  ##_The_MTA_Board_##
  336. FilesBBS                     Files.BBS
  337. AddFilesBBS
  338. FILEIDDiz                    FILE_ID.DIZ  DESC.SDI
  339. LeadingSpace                 TRIM
  340. % LeadingSpace               CHAR 032
  341. % ReplaceComment
  342. % FilesBBSFormat             1 1 14
  343. FilesCounter                 START [ ]
  344. % FilesCounter               END   ( )
  345. % FilesCounter               NONE
  346. DefFilesBBSDesc              NODELIST.* The new nodelist file
  347. DefFilesBBSDesc              NODEDIFF.* The new nodediff file
  348. DefFilesBBSDesc              NODE*.*    Something to do with nodelists
  349. DefFilesBBSDesc              *.*        Sorry, no description present
  350. %
  351. %
  352. TickFiles                    E:\INBOUND\*.TIC
  353. TickFiles                    E:\INBOUND\*.BAD
  354. FESFiles                     E:\INBOUND\*.FES
  355. FESFiles                     E:\INBOUND\*.BAD
  356. % UpdateUntypedFiles         D:\BBS\MAI\MSG\*.MSG
  357. % UpdateUntypedFull
  358. % UpdateMSGFiles             E:\BBS\MAI\MSG\
  359. % UpdateMSGFull
  360. % UpdateTICKFiles            D:\BBS\MAI\HLD\*.TIC
  361. % UpdateFESFiles             D:\BBS\MAI\HLD\*.FES
  362. %
  363. %
  364. % COMPort                    2
  365. % FossilPort                 1
  366. % Baudrate                   2400
  367. % StoreSize                  XS1
  368. % StoreName                  FILEDOOR.XS2
  369. % StoreComment               FILEDOOR.XS3
  370. % Remote
  371. % RemoteColor 1 2 3 4 5 6    (A very rare combination !)
  372. %
  373. %
  374. %───────────────────────────────────────────────────────────────────────
  375. %                  S P E C I A L   S T A T E M E N T S
  376. %───────────────────────────────────────────────────────────────────────
  377. % IncludeCTL                 C:\SYS\OWN\MTACOMM.CTL
  378. %
  379. %
  380. %───────────────────────────────────────────────────────────────────────
  381. %              R E G I S T R A T I O N  (Only when registered)
  382. %───────────────────────────────────────────────────────────────────────
  383. % RegistrationName           [Unregistered Evaluation Copy]
  384.