home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / ARCHIVE / AU112D.ZIP / AU.CFG < prev    next >
Encoding:
Text File  |  1990-06-24  |  6.0 KB  |  160 lines

  1. ;────────────────────────────────────────
  2. ; AU 1.12d 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.      ;work_directory c:\work\dir
  48.                             ;directory where the unarcing takes place
  49.  
  50.      ;ram_drive e:\         ;Ram Drive if you have one.  Compresses files
  51.                             ;10% or less of ram drive's size
  52.  
  53.      ;redirect_to NUL       ;NUL, PRN, <file name with full path>     -O
  54.  
  55.      ;execute ASCAN         ;run this after decompressing the files
  56.      ;execute del *.bak     ;use as many as needed
  57.  
  58.      ;file_list FILES.BBS   ;file listing file  -L
  59.      ;file_list c:\list.dat ;use as many as needed
  60.  
  61.      ;──────────────────────────────────────────────────────
  62.      U .ZIP PKUNZIP       ; U = Unarchiving Method
  63.      U .PAK PAK e
  64.      U .ARC PAK e         ; PKXARC is faster if you have this available
  65.      U .ZOO ZOO x
  66.      U .DWC DWC x
  67.      U .LZS LHARC x
  68.      U .LBR LU87 -a
  69.      ;U .LZH LHARC e      ; Use this option if you are upgrading from an older
  70.                           ; version of LHARC or wish to remove headers
  71.      ;──────────────────────────────────────────────────────
  72.      A .LZH LHARC a       ; A = Archiving Method
  73.      ;A .ZIP PKZIP
  74.      ;A .PAK PAK a        ; Uncomment (remove the ;) in front of the archiver(s)
  75.      ;A .ZOO ZOO a        ; you are converting to
  76.      ;A .DWC DWC a
  77.      ;A .ARC PKARC a
  78.  
  79. BEGIN VIEW ;**************************************************************
  80.  
  81.      ;──────────────────────────────────────────────────────
  82.      ;options
  83.      ;──────────────────────────────────────────────────────
  84.  
  85.      self_extracts ON       ;ON/OFF             -X
  86.      work_directory c:\your\own\work\dir
  87.  
  88.      ;external_lister List                 ;BROWSE, LIST or whatever else
  89.                                            ;leave commented to use built in lister
  90.  
  91.      avoid_listing .COM.EXE                ;Don't display files with the
  92.                                            ;following extensions
  93.  
  94. ; Will be in BBSVIEW next version
  95. ;     ; Leave these alone if you plan to use it locally only
  96. ;     ;──────────────────────────────────────────────────────
  97. ;     com_port 0                            ;0 for local
  98. ;     bbs NONE                              ;None, Opus103, Opus110, or Rbbs
  99. ;     ;ctl_file VIEW.CTL                ;control file that opus 1.0x creates
  100. ;     ;ctl_file c:\opus\LASTUS00.dat    ;control file that opus 1.1x creates
  101. ;     use_fossil Yes
  102. ;     downloads Yes
  103. ;
  104. ;     ;For RBBS, put your download path in the following format
  105. ;     ;download_path  c:\download\ibm\games\
  106. ;     ;download_path  c:\download\text\
  107. ;     ;download_path  c:\download\ibm\utils\ ;etc - as many as you want
  108.  
  109. BEGIN TEST ;**************************************************************
  110.  
  111.      ;──────────────────────────────────────────────────────
  112.      ;options
  113.      ;──────────────────────────────────────────────────────
  114.      ;redirect_to c:\opus\binkley.log  ;PRN/LPT1/NUL/<file name>/etc  -O
  115.      ;──────────────────────────────────────────────────────
  116.      ; Testing Methods
  117.      ;──────────────────────────────────────────────────────
  118.      .ZIP PKUNZIP -t
  119.      .PAK PAK t
  120.      .ARC PAK t              ; PKXARC -t is faster if you have this available
  121.      .LZH LHARC t
  122.      .LZS LHARC t
  123.      .ZOO ZOO -test
  124.      .DWC DWC t
  125.  
  126. BEGIN HEADER ;**************************************************************
  127.  
  128.      ;──────────────────────────────────────────────────────
  129.      ;options
  130.      ;──────────────────────────────────────────────────────
  131.  
  132.      date_retain ON     ;On/Off/Last/First      -D
  133.  
  134.      ; You must have at least one header_file.  Use full path names.
  135.      ; You may have as many as you want, they are picked at random
  136.      ;──────────────────────────────────────────────────────
  137.  
  138.      ;header_file c:\ansi\comment1.ans
  139.      ;header_file c:\ansi\comment2.ans
  140.  
  141.      ;──────────────────────────────────────────────────────
  142.  
  143.      .ZIP PKZIP -z -q     ;Uses Redirection
  144.      .PAK PAK h           ;Uses @file
  145.  
  146. BEGIN ASCAN ;***************************************************************
  147.  
  148.      self_extracts ON
  149.  
  150.      scanner SCAN /nomem   ; /nomem works with versions 51 and later
  151.      version 63            ; current version of scanner
  152.      newer_than 1          ; scan everything scanned with ver 62 and below
  153.  
  154.      ; Non Recursive variety for increased speed
  155.      ;unarcer UNARC *.* /doff /son /yon /xon *.com *.exe *.sys *.bin *.pif
  156.  
  157.      ; Safer but takes more time
  158.      unarcer UNARC /doff /ron /son /yon /xon
  159.  
  160.