;$HBBS ; The output of all checker programs that are used must be able to have ; the output redirected to a file using normal AmigaDOS re-direction. ; In the CheckerParams below, you can use the following codes: ; ; @F@ is replaced with the filename of the uploaded file ; @N@ is replaced with just the filename of the uploaded file ; @E@ is replaced with the filename's extension ; @P@ is replaced with the path of the filename (but not including the name itself) ; So, say you were on node 3 an uploaded TEST.LHA the following @ codes above ; would give you the following results (without the quotes) ; @F@ "TEST.LHA" ; @N@ "TEST" ; @E@ "LHA" ; @P@ "HBBS:Nodes/Node3/Playpen/" ; The settings below are for this version of LHA, from aminet. ; LhA Freeware Version 2.1 ; Copyright © 1991-94 by Stefan Boberg. ; Copyright © 1998,1999 by Jim Cooper and David Tritscher. ; The CheckerParams for LHA (below) make LHA only show output for ; failed files in the quickest way possible, resulting in faster ; checking times both for LHA and Check_Corrupt. FileTypeDesc_LHA=LHA Archive CheckerCMD_LHA=LHA CheckerParams_LHA=t -Qa -m -M -N @F@ Error_LHA_1=Error on file Error_LHA_2=WARNING: Error_LHA_3=skipping corrupt Error_LHA_4=I/O Error Error_LHA_5=Operation not entirely successful ; The settings below are for this version of DMS ; ; The DMS-Masher: Command Line Version 1.53 Turbo PRO ; Copyright © 1989-92 SDS Software ; Updated © 1993 Blackhawk/PARADOX ; ; NOTE: care should be taken when running DMS with no paramaters as ; it causes CyberGuard hits on my test system (A4000T,060/50,PPC/604/233) FileTypeDesc_DMS=DMS Archive CheckerCMD_DMS=DMS CheckerParams_DMS=test @F@ Error_DMS_1=File IO error Error_DMS_2=Data CRC Error. Error_DMS_3=Fatal Error! ; The settings below are for this version of UnZip ; ; UnZip 5.32 of 3 November 1997, by Info-ZIP. Maintained by Greg Roelofs. Send ; bug reports to the authors at Zip-Bugs@lists.wku.edu; see README for details. ; FileTypeDesc_ZIP=ZIP Archive CheckerCMD_ZIP=unzip CheckerParams_ZIP=-t @F@ Error_ZIP_1=bad CRC Error_ZIP_2=cannot find zipfile directory Error_ZIP_3=error [ Error_ZIP_4=bad zipfile offset Error_ZIP_5=attempt to seek before Error_ZIP_6=zipfile read error Error_ZIP_7=error was detected in ; The settings below are for this version of LZX ; ; LZX 1.20 (Registered) Archive/Extract utility - 68020/68030 Version ; Copyright © 1995 Data Compression Technologies. All rights reserved. ; FileTypeDesc_LZX=LZX Archive CheckerCMD_LZX=LZX CheckerParams_LZX=t -m -F @F@ Error_LZX_1=BAD CRC Error_LZX_2= BAD ] Error_LZX_3=Operation failed