home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / AU112C.ZIP / AU.CFG < prev    next >
Encoding:
Text File  |  1990-05-27  |  6.1 KB  |  162 lines

  1. ;────────────────────────────────────────
  2. ; AU 1.12c Configuration file
  3. ;────────────────────────────────────────
  4.  
  5. ; Place options that you want used Globally up here
  6.  
  7. smart_mode ON     ;ON/OFF/ALWAYS     -S
  8.  
  9. BEGIN UNARC ;**************************************************************
  10.  
  11.      ;──────────────────────────────────────────────────────
  12.      ;options
  13.      ;──────────────────────────────────────────────────────
  14.      delete_behind OFF     ;ON/OFF            -D
  15.      recurse OFF           ;ON/OFF            -R
  16.      self_extracts ON      ;ON/OFF            -X
  17.  
  18.      ;redirect_to NUL      ;PRN/LPT1/NUL/<file name>/etc    -O
  19.  
  20.      ;──────────────────────────────────────────────────────
  21.      ; Unarchiving Methods
  22.      ;──────────────────────────────────────────────────────
  23.      .ZIP PKUNZIP
  24.      .PAK PAK e
  25.      .ARC PAK e         ; PKXARC is faster if you have this available
  26.      .LZH LHARC x
  27.      .LZS LHARC x
  28.      .ZOO ZOO x
  29.      .DWC DWC x
  30.      .LBR LU87 -a
  31.      ; 12 more slots available
  32.  
  33. BEGIN CONVERT ;**************************************************************
  34.  
  35.      ;──────────────────────────────────────────────────────
  36.      ;options
  37.      ;──────────────────────────────────────────────────────
  38.      recurse ON             ;ON/OFF             -R
  39.      date_retain ON         ;ON/OFF/LAST/FIRST  -D
  40.      summary ON             ;ON/OFF             -U
  41.      keep_smallest OFF      ;ON/OFF             -K
  42.      keep_old BENCH         ;ON/OFF/BENCH
  43.      self_extracts ON       ;ON/OFF             -X
  44.      convert_pak2 OFF       ;ON/OFF             -P
  45.      convert_zip1 OFF       ;ON/OFF             -Z
  46.  
  47.      ;ram_drive e:\         ;Ram Drive if you have one.  Compressed files
  48.                             ;10% or less of size
  49.  
  50.      ;redirect_to NUL       ;NUL, PRN, <file name with full path>     -O
  51.  
  52.      ;execute ASCAN         ;run this after decompressing the files
  53.      ;execute del *.bak     ;use as many as needed
  54.  
  55.      ;file_list FILES.BBS   ;file listing file  -L
  56.      ;file_list c:\list.dat ;use as many as needed
  57.  
  58.      ;──────────────────────────────────────────────────────
  59.      U .ZIP PKUNZIP       ; U = Unarchiving Method
  60.      U .PAK PAK e
  61.      U .ARC PAK e         ; PKXARC is faster if you have this available
  62.      U .ZOO ZOO x
  63.      U .DWC DWC x
  64.      U .LZS LHARC x
  65.      U .LBR LU87 -a
  66.      ;U .LZH LHARC e      ; Use this option if you are upgrading from an older
  67.                           ; version of LHARC or wish to remove headers
  68.      ;──────────────────────────────────────────────────────
  69.      A .LZH LHARC a       ; A = Archiving Method
  70.      ;A .ZIP PKZIP
  71.      ;A .PAK PAK a        ; Uncomment (remove the ;) in front of the archiver(s)
  72.      ;A .ZOO ZOO a        ; you are converting to
  73.      ;A .DWC DWC a
  74.      ;A .ARC PKARC a
  75.  
  76. BEGIN VIEW ;**************************************************************
  77.  
  78.      ;──────────────────────────────────────────────────────
  79.      ;options
  80.      ;──────────────────────────────────────────────────────
  81.  
  82.      self_extracts ON       ;ON/OFF             -X
  83.      work_directory c:\your\own\work\dir
  84.  
  85.      ; this directory is expendable....  it deletes everything in it
  86.      ; when it is through.  View will not run if this directory is not
  87.      ; completely empty and enforce_empty_work is YES
  88.  
  89.      enforce_empty_work Yes
  90.  
  91.      ;external_lister List                 ;BROWSE, LIST or whatever else
  92.                                            ;leave commented to use built in lister
  93.  
  94.      avoid_listing .COM.EXE                ;Don't display files with the
  95.                                            ;following extensions
  96.  
  97.      ; Leave these alone if you plan to use it locally only
  98.      ;──────────────────────────────────────────────────────
  99.      com_port 0                            ;0 for local
  100.      bbs NONE                              ;None, Opus103, Opus110, or Rbbs
  101.      ;ctl_file VIEW.CTL                ;control file that opus 1.0x creates
  102.      ;ctl_file c:\opus\LASTUS00.dat    ;control file that opus 1.1x creates
  103.      use_fossil Yes
  104.      downloads Yes
  105.  
  106.      ;For RBBS, put your download path in the following format
  107.      ;download_path  c:\download\ibm\games\
  108.      ;download_path  c:\download\text\
  109.      ;download_path  c:\download\ibm\utils\ ;etc - as many as you want
  110.  
  111. BEGIN TEST ;**************************************************************
  112.  
  113.      ;──────────────────────────────────────────────────────
  114.      ;options
  115.      ;──────────────────────────────────────────────────────
  116.      ;redirect_to c:\opus\binkley.log  ;PRN/LPT1/NUL/<file name>/etc  -O
  117.      ;──────────────────────────────────────────────────────
  118.      ; Testing Methods
  119.      ;──────────────────────────────────────────────────────
  120.      .ZIP PKUNZIP -t
  121.      .PAK PAK t
  122.      .ARC PAK t              ; PKXARC -t is faster if you have this available
  123.      .LZH LHARC t
  124.      .LZS LHARC t
  125.      .ZOO ZOO -test
  126.      .DWC DWC t
  127.  
  128. BEGIN HEADER ;**************************************************************
  129.  
  130.      ;──────────────────────────────────────────────────────
  131.      ;options
  132.      ;──────────────────────────────────────────────────────
  133.  
  134.      date_retain ON     ;On/Off/Last/First      -D
  135.  
  136.      ; You must have at least one header_file.  Use full path names.
  137.      ; You may have as many as you want, they are picked at random
  138.      ;──────────────────────────────────────────────────────
  139.  
  140.      ;header_file c:\ansi\comment1.ans
  141.      ;header_file c:\ansi\comment2.ans
  142.  
  143.      ;──────────────────────────────────────────────────────
  144.  
  145.      .ZIP PKZIP -z -q     ;Uses Redirection
  146.      .PAK PAK h           ;Uses @file
  147.  
  148. BEGIN ASCAN ;***************************************************************
  149.  
  150.      self_extracts ON
  151.  
  152.      scanner SCAN /nomem   ; /nomem works with versions 51 and later
  153.      version 62            ; current version of scanner
  154.      newer_than 1          ; scan everything scanned with ver 59 and below
  155.  
  156.      ; Non Recursive variety for increased speed
  157.      ;unarcer UNARC *.* /doff /son /yon /xon *.com *.exe *.sys *.bin *.pif
  158.  
  159.      ; Safer but takes more time
  160.      unarcer UNARC /doff /ron /son /yon /xon
  161.  
  162.