home *** CD-ROM | disk | FTP | other *** search
- Make the following change to line 20143 of RBBSSUB2.BAS and re-compile with the
- new QBARCV3.OBJ, and your version of RBBS will be able to view the new Crushing
- method used with PAK10.EXE and PAK151.EXE .. and PKZIP!
-
- 20143 Z$ = B$(ARC.INDEX)
- CALL ALLCAPS (Z$)
- CALL BRKFNAME (Z$,DRV$,PREFIX$,EXT$,FALSE)
- IF EXT$ = "" THEN _
- Z$ = Z$ + _
- ".ARC" _
- ELSE IF EXT$ <> "ARC" AND EXT$ <> "PAK" AND EXT$ <> "ZIP" THEN _ : Toad Hall
- CALL QTPUT ("Only .ARC and .PAK files can be viewed",1) : _ 'RJS
- RETURN
- FILE.NAME.HOLD$ = Z$
- FILE.NAME$ = Z$
- CALL BADFILE (PREFIX$,BAD.FILE.NAME.INDEX)
- ON BAD.FILE.NAME.INDEX GOTO 20144,20146,20147
-
-
-
- Robert J. Simoneau
- DownEast Connection
- 919-447-4324
-
- v1.3 updates:
-
- If you wish the "default" archive file type to be 'ZIP',
- change the above code to read:
- IF EXT$ = "" THEN _
- Z$ = Z$ + _
- ".ZIP" _
-
- David Kirschbaum
- Toad Hall
- (virtual complete rewrite of QBARC)