home *** CD-ROM | disk | FTP | other *** search
- ; the output of All checker programs that get used must be able to be redirected
- ; using normal AmigaDOS redirection ( e.g. >T:OutPut )
-
- ; @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
- ; @W@ is replaced with the full path of the WORK directory
- ; @P@ is replaced with the path of the filename (but not including the name itself)
- ; @A@ is replaces with the full path and filename of the file
-
- ; 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"
- ; @W@ "HBBS:Nodes/Node3/Work/"
- ; @P@ "HBBS:Nodes/Node3/Playpen/"
- ; @A@ "HBBS:Nodes/Node3/Playpen/TEST.LHA"
-
- ; get it ?
-
- FileExtension_1=LHA
- FileType_1=LHA
- Checker_1=C:Archivers/LHA
- Options_1=t @F@
- CDToWork_1=FALSE
- CDToPlayPen_1=FALSE
- ; so command that gets run might be "LHA >T:CheckerOutput t HBBS:Nodes/Node1/Playpen/TSNHBBS1.LHA"
-
- FileExtension_2=DMS
- FileType_2=DMS
- Checker_2=C:Archivers/DMS
- Options_2=test @F@
- CDToWork_2=FALSE
- CDToPlayPen_2=FALSE
-
- ; The error strings below are used by ALL the checkers, so if you want to test
- ; .LZH, .SFX, .RUN and .LHA files you don't need to type the same error messages
- ; in 4 times!
-
- ; when detecting errors the bbs software will search the outputfile for
- ; the following strings.
- Errors_1=Operation Not Entirely Successful
- Errors_2=skipping corrupt
-