; WhatArc v2.00 configuration file ; ================================ ; ; General Info ; ------------ LOG g:\bt\whatarc.log ; Log file - can't use TB logfile SCREEN 128 ; Save screen if more than 128 RAM is left ; Archivers ; --------- ; The masks can contain the following placeholders: ; ; %1 - archive path %2 - archive name ; %3 - packet path %4 - packet name ; ; The paths _do_not_ have a trailing backslash. The command lines are ; _not_ uppercased by WhatArc. ARC_X g:\arc.ttp xo %1\%2 %3\%4 ; ARC extract mask ZIP_X g:\stzip.prg -x %1\%2 %3\ ; ZIP extract mask LZH_X g:\lharc.ttp x /m+ %1\%2 %3\ ; LZH extract mask ARJ_X g:\unarj.ttp x %1\%2 %3\%4 ARC_A g:\arc.ttp m %1\%2 %3\%4 ; ARC create mask ZIP_A g:\stzip.prg -a -m %1\%2 %3\%4 ; ZIP create mask LZH_A g:\lharc.ttp m /m+ %1\%2 %3\%4 ; LZH create mask ARJ_A g:\unarj.ttp x %1\%2 %3\%4 ; Error levels ;ARC_X_OK 1 ; Who gets what? ; -------------- DEFAULT ARCmail ; Everyone gets ARCmail SEND 1:363/31 ZIPmail ; except 1:363/31 who gets LZHmail SEND 1:104/223 ZIPmail NODUPS no DELPKT yes