; WhatArc v2.02 configuration file ; ================================ ; ; General Info ; ------------ LOG f:\qbbs\system.log ; Log file - can't use TB logfile SCREEN 128 ; Save screen if more than 128 RAM is left ; Errorlevels returned by WhatArc ; ------------------------------- NO_ERROR 0 ; All went well FAILURE 1 ; Error occured! ; 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 d:\tb\arc\arc.ttp XO %1\%2 %3\%4 ; ARC extract mask ZIP_X d:\tb\arc\unzip.ttp xo %1\%2 %3\%4 ; ZIP extract mask LZH_X d:\tb\arc\lharc.ttp xuo %1\%2 %3\%4 ; LZH extract mask ARJ_X d:\tb\arc\unarj.ttp %1\%2 %3\%4 ; ARJ extract mask ARC_A d:\tb\arc\arc.ttp M %1\%2 %3\%4 ; ARC create mask ZIP_A d:\tb\arc\zip.ttp m %1\%2 %3\%4 ; ZIP create mask LZH_A d:\tb\arc\lharc.ttp mu %1\%2 %3\%4 ; LZH create mask ARJ_A d:\tb\arc\arj.ttp M %1%2\ %3\%4 ; ARJ create mask ; Errorlevels returned by archivers ; --------------------------------- ; ; Most archivers return 0 for success and >0 for failure. If you specify ; errorlevels here are translated into 'NO_ERROR' by WhatArc. Errorlevels ; which aren't listed here are translated into 'FAILURE'. ARC_A_OK 0 ; ARC add went okay | ARC_X_OK 0 ; ARC extract went okay | These values ZIP_A_OK 0 ; ZIP add went okay | are the ZIP_X_OK 0 ; ZIP extract went okay | defaults in LZH_A_OK 0 ; LZH add went okay | WhatArc. LZH_X_OK 0 ; LZH extract went okay | ARJ_A_OK 0 ; ARJ add went okay | ARJ_X_OK 0 ; ARJ extract went okay | NODUPS yes ; Yes, delete & rename. ; Who gets what? ; -------------- DEFAULT ARCmail ; Everyone gets ARCmail SEND 2:282/301 LZHmail ; except 2:282/301 who gets LZHmail SEND 2:282/350 ARJmail ; and 2:282/350 who gets ARJmail SEND 2:281/800 ZIPmail ; and 2:281/800 who gets ZIPmail ; Other items ; ----------- ; If an error occurs during archive extraction, should WhatArc delete ; extracted packets and rename the archive to 'bad'? This will help to ; prevent dups. NODUPS yes ; Yes, delete packets & rename archive. ; If a packet still exists after it has been archived, should WhatArc ; delete it? This is _only_ done if the errorlevel is 'OK' and the archive ; exists. DELPKT yes ; Yes, delete packets after archiving