home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / configs / forem / whatarc.ctl < prev   
Text File  |  1992-03-29  |  1KB  |  45 lines

  1.  
  2. ; WhatArc v2.00 configuration file
  3. ; ================================
  4. ;
  5. ; General Info
  6. ; ------------
  7.  
  8. LOG     g:\bt\whatarc.log      ; Log file - can't use TB logfile
  9. SCREEN  128                     ; Save screen if more than 128 RAM is left
  10.  
  11. ; Archivers
  12. ; ---------
  13. ; The masks can contain the following placeholders:
  14. ;
  15. ;       %1 - archive path  %2 - archive name
  16. ;       %3 - packet path   %4 - packet name
  17. ;
  18. ; The paths _do_not_ have a trailing backslash. The command lines are
  19. ; _not_ uppercased by WhatArc.
  20.  
  21. ARC_X g:\arc.ttp xo %1\%2 %3\%4         ; ARC extract mask
  22. ZIP_X g:\stzip.prg -x %1\%2 %3\         ; ZIP extract mask
  23. LZH_X g:\lharc.ttp x /m+ %1\%2 %3\      ; LZH extract mask
  24. ARJ_X g:\unarj.ttp x %1\%2 %3\%4
  25.  
  26. ARC_A g:\arc.ttp m %1\%2 %3\%4          ; ARC create mask
  27. ZIP_A g:\stzip.prg -a -m %1\%2 %3\%4          ; ZIP create mask
  28. LZH_A g:\lharc.ttp m /m+ %1\%2 %3\%4       ; LZH create mask
  29. ARJ_A g:\unarj.ttp x %1\%2 %3\%4
  30.  
  31. ; Error levels
  32.  
  33. ;ARC_X_OK 1
  34.  
  35. ; Who gets what?
  36. ; --------------
  37.  
  38. DEFAULT ARCmail                     ; Everyone gets ARCmail
  39. SEND    1:363/31 ZIPmail           ;   except 1:363/31 who gets LZHmail
  40. SEND    1:104/223 ZIPmail
  41.  
  42. NODUPS no
  43. DELPKT yes
  44.  
  45.