home *** CD-ROM | disk | FTP | other *** search
- DOpus5 XPK file (un)packer
- ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
- This needs the "xpkdopus" binary (should be included in this archive) in your path.
- suggestion: C: or DOPUS5:c/. This script should be placed in REXX: or DOpus5:arexx/.
-
- I assume you have choosen DOPUS5:c/ and DOPUS5:arexx/.
-
- further installation:
-
- - a packer button: (read your manual how to create a button/menu/toolbar function/action entry)
-
- <ARexx> DOpus5:arexx/xpk.dopus5 {Qp} PACK <LIB string.factor> <MINSIZE number> <PASSWD string>
-
- <LIB string.factor> is the xpk method. example: LIB NUKE.100. this is a must
- <MINSIZE number> is the smallest filesize you allow, all below this will be skipped. optional.
- <PASSWD string> is only needed by crypto-libraries.
-
- - the unpacker button:
-
- <ARexx> DOpus5:arexx/xpk.dopus5 {Qp} <PASSWD string>
-
- <PASSWD string> is only needed by crypto-libraries.
-
- ---------------------------------------------------------------
-
- This is version 1.0. the next version will have a better error management, more user interaction
- and more speed (only one executable and no script ?). variable chunk sizes will be also implemented.
-
- Copyright © 1995 Daniel Balster, All Rights Reserved.
- This is FREEWARE, use at own risk.
-