home *** CD-ROM | disk | FTP | other *** search
- ;────────────────────────────────────────
- ; AU 1.12c Configuration file
- ;────────────────────────────────────────
-
- ; Place options that you want used Globally up here
-
- smart_mode ON ;ON/OFF/ALWAYS -S
-
- BEGIN UNARC ;**************************************************************
-
- ;──────────────────────────────────────────────────────
- ;options
- ;──────────────────────────────────────────────────────
- delete_behind OFF ;ON/OFF -D
- recurse OFF ;ON/OFF -R
- self_extracts ON ;ON/OFF -X
-
- ;redirect_to NUL ;PRN/LPT1/NUL/<file name>/etc -O
-
- ;──────────────────────────────────────────────────────
- ; Unarchiving Methods
- ;──────────────────────────────────────────────────────
- .ZIP PKUNZIP
- .PAK PAK e
- .ARC PAK e ; PKXARC is faster if you have this available
- .LZH LHARC x
- .LZS LHARC x
- .ZOO ZOO x
- .DWC DWC x
- .LBR LU87 -a
- ; 12 more slots available
-
- BEGIN CONVERT ;**************************************************************
-
- ;──────────────────────────────────────────────────────
- ;options
- ;──────────────────────────────────────────────────────
- recurse ON ;ON/OFF -R
- date_retain ON ;ON/OFF/LAST/FIRST -D
- summary ON ;ON/OFF -U
- keep_smallest OFF ;ON/OFF -K
- keep_old BENCH ;ON/OFF/BENCH
- self_extracts ON ;ON/OFF -X
- convert_pak2 OFF ;ON/OFF -P
- convert_zip1 OFF ;ON/OFF -Z
-
- ;ram_drive e:\ ;Ram Drive if you have one. Compressed files
- ;10% or less of size
-
- ;redirect_to NUL ;NUL, PRN, <file name with full path> -O
-
- ;execute ASCAN ;run this after decompressing the files
- ;execute del *.bak ;use as many as needed
-
- ;file_list FILES.BBS ;file listing file -L
- ;file_list c:\list.dat ;use as many as needed
-
- ;──────────────────────────────────────────────────────
- U .ZIP PKUNZIP ; U = Unarchiving Method
- U .PAK PAK e
- U .ARC PAK e ; PKXARC is faster if you have this available
- U .ZOO ZOO x
- U .DWC DWC x
- U .LZS LHARC x
- U .LBR LU87 -a
- ;U .LZH LHARC e ; Use this option if you are upgrading from an older
- ; version of LHARC or wish to remove headers
- ;──────────────────────────────────────────────────────
- A .LZH LHARC a ; A = Archiving Method
- ;A .ZIP PKZIP
- ;A .PAK PAK a ; Uncomment (remove the ;) in front of the archiver(s)
- ;A .ZOO ZOO a ; you are converting to
- ;A .DWC DWC a
- ;A .ARC PKARC a
-
- BEGIN VIEW ;**************************************************************
-
- ;──────────────────────────────────────────────────────
- ;options
- ;──────────────────────────────────────────────────────
-
- self_extracts ON ;ON/OFF -X
- work_directory c:\your\own\work\dir
-
- ; this directory is expendable.... it deletes everything in it
- ; when it is through. View will not run if this directory is not
- ; completely empty and enforce_empty_work is YES
-
- enforce_empty_work Yes
-
- ;external_lister List ;BROWSE, LIST or whatever else
- ;leave commented to use built in lister
-
- avoid_listing .COM.EXE ;Don't display files with the
- ;following extensions
-
- ; Leave these alone if you plan to use it locally only
- ;──────────────────────────────────────────────────────
- com_port 0 ;0 for local
- bbs NONE ;None, Opus103, Opus110, or Rbbs
- ;ctl_file VIEW.CTL ;control file that opus 1.0x creates
- ;ctl_file c:\opus\LASTUS00.dat ;control file that opus 1.1x creates
- use_fossil Yes
- downloads Yes
-
- ;For RBBS, put your download path in the following format
- ;download_path c:\download\ibm\games\
- ;download_path c:\download\text\
- ;download_path c:\download\ibm\utils\ ;etc - as many as you want
-
- BEGIN TEST ;**************************************************************
-
- ;──────────────────────────────────────────────────────
- ;options
- ;──────────────────────────────────────────────────────
- ;redirect_to c:\opus\binkley.log ;PRN/LPT1/NUL/<file name>/etc -O
- ;──────────────────────────────────────────────────────
- ; Testing Methods
- ;──────────────────────────────────────────────────────
- .ZIP PKUNZIP -t
- .PAK PAK t
- .ARC PAK t ; PKXARC -t is faster if you have this available
- .LZH LHARC t
- .LZS LHARC t
- .ZOO ZOO -test
- .DWC DWC t
-
- BEGIN HEADER ;**************************************************************
-
- ;──────────────────────────────────────────────────────
- ;options
- ;──────────────────────────────────────────────────────
-
- date_retain ON ;On/Off/Last/First -D
-
- ; You must have at least one header_file. Use full path names.
- ; You may have as many as you want, they are picked at random
- ;──────────────────────────────────────────────────────
-
- ;header_file c:\ansi\comment1.ans
- ;header_file c:\ansi\comment2.ans
-
- ;──────────────────────────────────────────────────────
-
- .ZIP PKZIP -z -q ;Uses Redirection
- .PAK PAK h ;Uses @file
-
- BEGIN ASCAN ;***************************************************************
-
- self_extracts ON
-
- scanner SCAN /nomem ; /nomem works with versions 51 and later
- version 62 ; current version of scanner
- newer_than 1 ; scan everything scanned with ver 59 and below
-
- ; Non Recursive variety for increased speed
- ;unarcer UNARC *.* /doff /son /yon /xon *.com *.exe *.sys *.bin *.pif
-
- ; Safer but takes more time
- unarcer UNARC /doff /ron /son /yon /xon
-
-