home *** CD-ROM | disk | FTP | other *** search
- ; Config file for QAC archive converter
- ;
- ; All lines that start with a ';' or ' ' are ignored
- ; QAC uses 'FLSEARCH.CTL' if QBBS, 'FLSEARCH.BBS' if SBBS
- ; QAC will update the 'FILES.BBS' whenever archive type is changed.
- ; QAC uses newest file date in archive unless paths stored with filename
- ; Hope to have that fixed soon
- ;
- ; I have tested ARJ/LZH/ZIP archives and they appear to be working ok
- ; the other archive types should be watched closely
- ;
- ; Please report any problems or changed you think might be needed.
- ; This is not finished by any means.
- ;
- ; Contact Fred Feldman at Briefcase BBS - FidoNet 1:124/4222 - (214)401-3314
- ;
- ; I plan on adding support for converting archives inside of archives also.
- ;
- ;
- ;
- ;
- SBBS ; What type of BBS is it
- BBS C:\SBBS ; Where FLSEARCH.BBS/CTL are located
- ARCHIVE C:\UTIL\MISC ; Where Archivers are located
- WORK C:\SBBS\WORK ; Work directory for processing files
- ; ; Has to be on same drive as bbs dir
- ; ; for now.
- UPDATE ; Update the files.bbs file list
- ; REARC ; Rearchive same type archive
- ;
- ; Archive definitions for QAC
- ; Compress Decompress
- TYPE ARC "-a" " " ; PKPAK/PKUNPAK
- TYPE ARJ "a -a -jt -y -r" "x -a -y" ; ARJ
- TYPE LZH "a -amnpr" "x /xm -n" ; LHA
- TYPE PAK "a /I" "e /I" ; PAK
- TYPE SDN "ai" "e" ; PAK
- TYPE ZIP "-a -ex -jhsr -whsr -rp -o" "-d -jhsr" ; PKZIP/PKUNZIP
- TYPE ZOO "a " "e//" ; ZOO
- ;
- ;
-
-
-
-
-
-