home *** CD-ROM | disk | FTP | other *** search
- %═══════════════════════════════════════════════════════════════════════
- % This is an example with ALL control statements that can be used in the
- % MTA.CTL (alike) file. This is a normal ASCII file. Rules for coding
- % are:
- % - Case is not important
- % - A line without '%' or ';' in the first position is considered a
- % control statement;
- % - Not the starting position of the control-statement is important
- % but the order of sub-parameters is, so you can start a statement
- % anywhere on the line (with starting 'white-spaces');
- % - Lines with a '%' or ';' character in position 1 are comment
- % statements.
- %═══════════════════════════════════════════════════════════════════════
- % New options contain '*NEWvvvv*' at the end of the line, changed
- % options contain '*DIFvvvv*' at the end of the line ! 'vvvv' is the
- % MTA version that introduced the command or the change. The items
- % with >>> are changed in THIS release.
- %═══════════════════════════════════════════════════════════════════════
- %
- %───────────────────────────────────────────────────────────────────────
- % Registration comes here. Don;t fool around with the RegistrationKey
- % option. Non registered users can use key 0 or must comment out these
- % options.
- %───────────────────────────────────────────────────────────────────────
- % RegistrationName [Unregistered Evaluation Copy] *NEW1301*
- % RegistrationKey 0 *NEW1301*
- %
- %───────────────────────────────────────────────────────────────────────
- % MTA can search for archivers itself, but it is faster to supply them
- % in several MTA.CTL options. This will make MTA faster at startup !
- % If the 3th parameter is a 'Y', MTA will use this archiver for the
- % optimalisation (/OOA).
- %───────────────────────────────────────────────────────────────────────
- ARCPath C:\SYS\ARC\ARC.EXE Y
- PAKPath C:\SYS\ARC\PAK.EXE Y
- DWCPath C:\SYS\ARC\DWC.EXE Y
- LZHPath C:\SYS\ARC\LHARC.EXE Y
- LZSPath C:\SYS\ARC\LARC.EXE Y
- ZOOPath C:\SYS\ARC\ZOO.EXE Y
- PKZIPPath C:\SYS\ARC\PKZIP.EXE Y
- PKUNZIPPath C:\SYS\ARC\PKUNZIP.EXE
- PKUNPAKPath C:\SYS\ARC\PKUNPAK.EXE
- MDPath C:\SYS\ARC\MDCD.EXE Y
- %
- %───────────────────────────────────────────────────────────────────────
- % For ZIP and PAK you can/must supply the version numbers. This is be-
- % cause MTA will act different depending on the ZIP and PAK versions.
- %───────────────────────────────────────────────────────────────────────
- PAKVersion 210
- ZIPVersion 110
- %
- %───────────────────────────────────────────────────────────────────────
- % You can also supply a (de)compressor of your own. Please read the do-
- % cumentation on this subject. An example (commented out) with PKZIP is
- % supplied.
- %───────────────────────────────────────────────────────────────────────
- % OwnCompressPath C:\SYS\ARC\PKZIP.EXE
- % OwnCompressCall -a %1 *.*
- % OwnCompressLowErrorRC 1
- % OwnDeCompressPath C:\SYS\ARC\PKUNZIP.EXE
- % OwnDecompressCall -x %1
- % OwnDeCompressLowErrorRC 1
- % OwnExtension RVH
- % OwnRecursive
- %
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Destination options. These options will decide the DEFAULT behaviour
- % of MTA when converting files.
- %───────────────────────────────────────────────────────────────────────
- CompressionType ZIP
- ZIPCompression -ex
- DWCCompression z
- % Description
- % AutoDescription C:\SYS\ARC\MYHEADER.ANS >> *NEW1401*
- % CarryComment 1 ##_The_MTA_Board_##
- % OptimizeOnSize
- % OnlyUpgrade
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Various RUN-TIME options, independent of the source and target files
- % you convert
- %───────────────────────────────────────────────────────────────────────
- % SubstDrive FGH >> *NEW1401*
- % StowBuffer 64000 >> *NEW1401*
- % NoSwap
- % SwapPath E:\
- AltDisplay
- % ShareWait 1200 >> *NEW1401*
- % NoArcInArc
- RunTime 600
- WarningTime 10
- SFXFiles
- FilesBBS Files.BBS
- AddFilesBBS *NEW1301*
- % FilesBBSFormat 1 1 14
- % NoMarked
- % MarkHeader MYCONV *NEW1250*
- % MarkString Insert_Your_ID
- % KeepAbnormalExtensions
- FreeMemory 150000
- % AllDisketteFiles
- ReportSpecialAttributes
- KeepAV *NEW1250*
- ForceCGA
- % NoMouse Window *DIF1252*
- % Not4DosAware >> *NEW1401*
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Define files to exclude from the target-files, define files to be in-
- % cluded in the target-files and define files to exclude from the con-
- % version alltogether
- %───────────────────────────────────────────────────────────────────────
- % IncludeFile C:\ZIP\BBE.SND !
- % IncludeFile C:\DOC\BPPC.CAT
- % IncludeFile C:\ZIP\MTABAT.BAT AutoLarc.BAT
- %
- ExcludeFile !
- ExcludeFile U_READ.ME
- ExcludeFile LOGO.ASC
- ExcludeFile WHO_FROM.TXT
- ExcludeFile CRCKLIST.CRC
- ExcludeFile SAFE_OWL.COM
- ExcludeFile RUN_THIS.COM
- ExcludeFile #CRC_DIR.SEC
- %
- % DoNot *.A0?
- % DoNot *.A1?
- % DoNot *.A2?
- % DoNot *.A3?
- % DoNot *.A4?
- % DoNot *.A5?
- % DoNot *.A6?
- % DoNot *.A7?
- % DoNot *.A8?
- % DoNot *.A9?
- % DoNot ALLFILES.*
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Define the different EXIT's MTA supplies. Read documentation for de-
- % tails on the various EXIT's.
- %───────────────────────────────────────────────────────────────────────
- % ExitBeforeStart FLASH /D
- % ExitBetweenConversion C:\SYS\DIV\MTABETWE.BAT %1 %2 %3
- % ExitAfterCompression MAKESFX.BAT
- % ExitBeforeFill FORMAT A: /V
- ExitAfterFill C:\CAT\CATDISK.EXE /F?
- % ExitBeforeEnd FLASH /A
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Define the various paths MTA can (or must) use for the conversion.
- %───────────────────────────────────────────────────────────────────────
- % DefaultPath C:\ZIP
- % DefaultPath C:\ZIP\TRA
- % DefaultPath C:\ZIP\MOV
- % QBBSPaths D:\BBS\RAX\FLSEARCH.CTL *NEW1301*
- % RaPaths D:\BBS\RAX\ *NEW1301*
- LogPath D:\LOG\MTA__RUN.LOG *DIF1250*
- ErrorLogPath D:\LOG\MTA__ERR.LOG *DIF1250*
- RandomPasswordListPath D:\LOG\MTA__PWD.LOG >> *NEW1401*
- NormalPasswordListPath D:\LOG\MTA__PWD.LOG >> *NEW1401*
- % MoveToDir E:\ZIP\TRA
- ; TempPath E:\ 300000
- MTATempPath E:\ZIP\MTA 200000
- MTAErrorPath E:\ZIP\ERR *NEW1250*
- FDUTempPath E:\ZIP\DIS
- FDUTrashPath E:\ZIP\TRA
- % ITSPath E:\ *NEW1251*
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Define Virus-scanning (McAfee's SCAN <tm>) is advised
- %───────────────────────────────────────────────────────────────────────
- VirusScanner C:\SYS\DIV\SCAN.EXE 1
- VirusScanParm /NOMEM /E .001 .002 .003 .004 .005
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Define the way MTA must touch time/date values in the new files
- %───────────────────────────────────────────────────────────────────────
- TouchHig
- % TouchLow
- % TouchCur
- % AcceptHighDate
- % IgnoreTimeComponent
- %
- %
- %───────────────────────────────────────────────────────────────────────
- % Define the LOG-style you want to use (several examples included)
- %───────────────────────────────────────────────────────────────────────
- %───────────────────────────────────────────────────────────────────────
- % F R O N T D O O R <tm> style
- %───────────────────────────────────────────────────────────────────────
- % LogStartStyleFormat ^M----------__%D__,_MTA >> *NEW1401*
- % LogStyleFormat >__%T__
- % LogTimeFormat hh:mm:ss
- % LogDateFormat dd_nnn_yy
- %───────────────────────────────────────────────────────────────────────
- % D ' B R I D G E <tm> style
- %───────────────────────────────────────────────────────────────────────
- LogStyleFormat %D_%T__MTA:_
- LogDateFormat mm/dd/yy
- LogTimeFormat hh:mm
- %───────────────────────────────────────────────────────────────────────
- % Q U I C K B B S <tm> style
- %───────────────────────────────────────────────────────────────────────
- % LogStyleFormat %D_%T__
- % LogDateFormat dd-nnn-yy
- % LogTimeFormat hh:mm
- %───────────────────────────────────────────────────────────────────────
- % O P U S 1 . X X <tm> style
- %───────────────────────────────────────────────────────────────────────
- % LogStyleFormat +_%D_%T_MTAZ_
- % LogDateFormat dd_nnn
- % LogTimeFormat hh:mm:ss
- %───────────────────────────────────────────────────────────────────────
- % B I N K L E Y <tm> style
- %───────────────────────────────────────────────────────────────────────
- % LogStyleFormat +_%D_%T_MTAZ_
- % LogDateFormat dd_nnn
- % LogTimeFormat hh:mm:ss
- %───────────────────────────────────────────────────────────────────────
- % F A N T A S Y style
- %───────────────────────────────────────────────────────────────────────
- % LogStyleFormat MTALOG__%D__%T__Executed:_
- % LogDateFormat dd_nnn_yyyy
- % LogTimeFormat hh:mm:ss