Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
File Compressor/Archiver - A file archiver combines a number of files together into one archive file, or a series of archive files, for easier transportation or storage. Many file archivers use lossless data compression in order to reduce the archive's size.
The most basic archivers just take a list of files and concatenate their contents sequentially into the archive. In addition the archive must also contain some information about at least the names and lengths of the originals, so that proper reconstruction is possible. Most archivers also store meta-data about a file that the operating system provides, such as timestamps, ownership and access control.
The process of making an archive file is called archiving or packing. Reconstructing the original files from the archive is termed unarchiving, unpacking or extracting.
Popular archive formats - Ubiquitous amongst Unix and Unix-like operating systems is the tar file format ("tape archive"). Originally intended for transferring files to and from tape, it is still used on disk-based storage to combine files before they are compressed. Other Unix-originated formats include ar and shar.
Windows - On Windows platforms, the most widely-used archive format by far is ZIP; other popular formats are RAR, ACE and ARJ. On Amigas, the standard archive format is LHA, while on Apple Macintosh computers, Stuffit is among the most common.
Unix - Unlike integrated archival and compression tools like ZIP and RAR, the Unix tools ar, tar, cpio (for "archiver", "tape archiver" and "copy in/out" respectively) act as archivers but not compressors. Users of the Unix tools typically add compression by compressing the result of packing (and uncompressing before unpacking), most often using the gzip or bzip2 programs. In fact modern tar programs include an option to automatically call a (de)compression program, so that it looks just as if tar itself could handle compressed archives. This approach has two advantages: It follows the Unix toolbox concept that each program should accomplish a single but well-done task. Once a better compressor is developed, users may use that immediately, without having to give up their archiver. Since the whole archive is compressed, redundancy between archived files can be detected and eliminated. An archiver compressing each archived file in isolation cannot exploit these inter-file redundancies. Its main disadvantage is that extracting one file from a compressed archive requires all the files before it to be decompressed, which may take many minutes for a large archive. Altering the underlying archive is even more inconvenient, requiring the entire file to be uncompressed, altered and then recompressed. Archivers with integrated compression perform these operations much more quickly.
|
Basic general information about the archivers: creator/company, license/price etc.
| Creator | First public release date | Latest stable version | Cost (USD) | Software license |
7-Zip | Igor Pavlov | October 1, 2001 | 4.32 | Free | LGPL |
BOMArchiveHelper | Apple Computer | October 24, 2003 | ? | Part of Mac OS X CoreServices | Proprietary |
FilZip | Philipp Engel | ? | 3.04 | Free | Proprietary |
Disk ARchiver | Denis Corbin | 2002 | 2.3.0 | Free | GPL |
GNU tar | GNU Project | 1989 | 1.15.1 | Free | GPL |
Info-ZIP | Phil Katz | March, 1989 | 5.02 (WiZ) | Free | BSD-like |
IZArc | IZSoftware | ? | 3.4.1.6 | Free | Proprietary |
PKZIP | Phil Katz | 1989 | 9.0 | $29.00 | Proprietary |
PowerArchiver | ConexWare | March, 1999 | 9.51 | $19.95 | Proprietary |
Squeez | Speedproject | ? | 5.10 | €24.90 | Proprietary |
StuffIt | Allume Systems | 1980s | 10 | $49.99 Standard $79.99 Deluxe | Proprietary |
StuffIt Expander | Allume Systems | ? | 10.0.2 | Free | Proprietary |
TUGZip | Christian Kindahl | August 18, 2002 | 3.4.0.0 | Free | Proprietary |
WinAce | e-merge GmbH | ? | 2.6 | $29.00 Standard $39.00 Plus | Proprietary |
WinRAR | Eugene Roshal / Alexander Roshal | ? | 3.51 | $29 | Proprietary |
WinRK | M Software Ltd. | May 26, 2004 | 2.1.6 | $29.95 | Proprietary |
WinZip | WinZip Computing, Inc | ? | 10.0 | $29.95 Standard $49.95 Pro | Proprietary |
| Creator | First public release date | Latest stable version | Cost (USD) | Software license |
Operating system support
The operating systems the archivers can run on.
| Windows | Mac OS X | Linux | BSD | Unix |
7-Zip | Yes[1] | Yes[2] | Yes[2] | Yes[2] | Yes[2] |
BOMArchiveHelper | No | Yes | No | No | No |
FilZip | Yes | No | No | No | No |
Disk ARchiver | Yes | Yes | Yes | Yes | Yes |
GNU tar | Yes | Yes | Yes | Yes | Yes |
Info-ZIP | Yes | Yes | Yes | Yes | Yes |
IZArc | Yes | No | No | No | No |
PKZIP | Yes | No | Yes | No | Yes |
PowerArchiver | Yes | No | No | No | No |
Squeez | Yes | No | No | No | No |
StuffIt | Yes | Yes | Yes | Yes | Yes |
StuffIt Expander | Yes | Yes | Yes | Yes | Yes |
TUGZip | Yes | No | No | No | No |
WinAce | Yes | Yes[3] | Yes[3] | No | No |
| Yes | Yes[4] | Yes[4] | Yes[4] | No |
WinRK | Yes | No | No | No | No |
WinZip | Yes | No | No | No | No |
| Windows | Mac OS X | Linux | BSD | Unix |
Notes:
- ? There is a special 64-bit version for XPWindows x64 Edition also available.
- ? The Unix-like system port is known as p7zip.
- ? The programs for other platforms are called Unace, do not have the same GUI, and can only perform decompression.
- ? The programs for other platforms are called RAR.
Archiver features
Information about what common archiver features are implemented natively (without third-party add-ons).
| Data compression | Shell integration | Password protection | Self extraction | File repairing | Batch conversion |
7-Zip | Yes | Yes | Yes | Yes | No | No |
BOMArchiveHelper | Yes | ? | No | No | No | Yes |
FilZip | Yes | Yes | Yes | Yes | No | No |
Disk ARchiver | Yes | Yes | Yes | No | Yes | Yes |
GNU tar | Yes | Yes | No | No | Separate | Yes |
Info-ZIP | Yes | No | Yes[1] | Yes | Yes | ? |
IZArc | Yes | Yes | Yes | Yes | Yes | No |
PKZIP | Yes | Yes | Yes | Separate | Separate | No |
PowerArchiver | Yes | Yes | Yes | Yes | Yes | Yes |
Squeez | Yes | Yes | Yes | Yes | Yes | Yes |
StuffIt | Yes | Yes | Yes | Yes | Yes | Yes |
StuffIt Expander | No[2] | No | Yes | Yes | ? | Yes |
TUGZip | Yes | Yes | Yes | Yes | Yes | Yes |
WinAce | Yes | Yes | Yes | Yes | Yes | Yes |
WinRAR | Yes | Yes | Yes | Yes | Yes | Yes |
WinRK | Yes | Yes | Yes | Yes | No | Yes |
WinZip | Yes | Yes | Yes | Yes | Yes | No |
| Data compression | Shell integration | Password protection | Self extraction | File repairing | Batch conversion |
Notes:
- ? The binaries distributed in the official site do not support file encryption because of legal issues. More info
- ? StuffIt Expander only decompresses files.
Archive format support
Reading
Information about what archive formats the archivers can read. External links lead to information about support in future versions of the archiver or extensions that provide such functionality.
| ZIP | TAR | gzip | bzip2 | 7z | RAR | LHA | ACE | StuffIt | StuffIt X | ARJ |
7-Zip | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | Yes |
BOMArchiveHelper | Yes | Yes | Yes | Yes | No | No | No | No | No | No | No |
FilZip | Yes | Yes | Yes | No | No | Yes | Yes | Yes | No | No | Yes |
GNU tar | No | Yes | Yes | Yes | No | No | No | No | No | No | ? |
Info-ZIP | Yes | No | No | No | No | No | No | No | No | No | No |
IZArc | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes |
PKZIP | Yes | Yes | Yes | No | No | Yes | No | No | ? | ? | ? |
PowerArchiver | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | ? |
Squeez | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes |
StuffIt | Yes | Yes | Yes | Yes | No | Yes | Yes | No | Yes | Yes | Yes |
StuffIt Expander | Yes | Yes | Yes | Yes | No | Yes | Yes | No | Yes | Yes | No |
TUGZip | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes |
WinAce | Yes | Yes | Yes | No | No | Yes | Yes | Yes | No | No | Yes |
WinRAR | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes |
WinRK | Yes | Yes | Yes | Yes | No | Yes | No | Yes | No | No | No |
WinZip | Yes | Yes | Yes | Yes | No | No | No | No | No | No | No |
| ZIP | TAR | gzip | bzip2 | 7-Zip | RAR | LHA | ACE | StuffIt | StuffIt X | ARJ |
Notes:
- ? Used to, but no longer does, due to technical and legal issues. More info
- ? GNU tar calls the external programs gzip and bzip2 to perform compression; these external programs are GPL licensed and come with systems that come with GNU tar.
- ? Requires external program. More info
Writing
Information about what archive formats the archivers can write and create. External links lead to information about support in future versions of the archiver or extensions that provide such functionality.
| ZIP | TAR | gzip | bzip2 | 7-Zip | RAR | LHA | ACE | StuffIt | StuffIt X | ARJ |
7-Zip | Yes | Yes | Yes | Yes | Yes | No | No | No | No | No | No |
BOMArchiveHelper | Yes | No | No | No | No | No | No | No | No | No | No |
FilZip | Yes | Yes | Yes | No | No | No | Yes | No | No | No | No |
GNU tar | No | Yes | Yes | Yes | No | No | No | No | No | No | ? |
Info-ZIP | Yes | No | No | No | No | No | No | No | No | No | No |
IZArc | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | No | No | ? |
PKZIP | Yes | No | No | No | No | No | No | No | No | No | No |
PowerArchiver | Yes | Yes | Yes | Yes | Yes | No | Yes | No | No | No | ? |
Squeez | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes |
StuffIt | Yes | Yes | Yes | Yes | No | Yes | Yes | No | Yes | Yes | No |
TUGZip | Yes | Yes | Yes | Yes | Yes | No | No | No | No | No | No |
WinAce | Yes | No | No | No | No | No | Yes | Yes | No | No | No |
WinRAR | Yes | No | No | No | No | Yes | No | No | No | No | No |
WinRK | Yes | Yes | Yes | Yes | No | No | No | No | No | No | No |
WinZip | Yes | No | No | No | No | No | No | No | No | No | No |
| ZIP | TAR | gzip | bzip2 | 7-Zip | RAR | LHA | ACE | StuffIt | StuffIt X | ARJ |
|
Index [A] B C D E F G H I J K L M N O P Q R S T U V W X Y Z
ARJ284 ARJ is a file archiver that compresses files into a disk space saving archive. It is fast, reliable, and has a rich set of features which include Windows 9x, Millenium, 2000, and XP long filename support, file version management, data damage protection, configurable command options, multiple volume archives (archives that span diskettes) and much more. Download
ARJ323.14 ARJ32 Download
DCFR Like PKunZIP on ZIP files, DCFR lets you manipulate image files created with DCF. You can view the contents of an image, or extracts files from it. Download
JAR102x A JAR file (or Java Archive) is a ZIP, RAR, or tar file used to distribute a set of Java classes. It is used to store compiled Java classes and associated metadata that can constitute a program. OpenDocument files are also Java archives which store XML files and other objects. Download
LHA LHA was written by Dr. Haruyasu Yoshizaki and introduced in Japan in 1988. It was based on previous works, such as LZSS, and help from Professor Haruhiko Okumura of Matsusaka University. LHA is the basis for the deflate algorithm and many current archivers are based on its source code. Download
PAK PAK archiver. Download
PKZIP - Phillip W. Katz (November 3, 1962 – April 14, 2000), better known as Phil Katz, was a computer programmer best-known as the author of PKZIP, a program for compressing files which ran under the PC operating system DOS.
PK260W16 PkZip Version 2.60 for Windows 3.1 - Creating and decompressing ZIP files in Microsoft Windows 3.1. PKZIP also supports ARC, ARJ, BinHex, Unix compress, gzip, LZH, MIME, TAR, UUEncoded, and XXEncoded files. It can also create UUEncoded ZIP files. REQUIREMENTS -- Microsoft Windows 3.1 or Microsoft Windows for Workgroups 3.11 Download
PK260W32 PkZip Version 2.60 for Windows 95/98/NT/2K/XP Download
PKZIP204G PkZip Version 2.04G for DOS Download
PKZIP250 PkZip Version 2.50 for DOS with long file name support. Download
WINRAR WinRAR is a powerful archive (Best of them all) manager. It can backup your data and reduce size of email attachments, decompress 7Z, ACE, ARJ, BZ2/TAR.BZ2, CAB, GZ/TAR.GZ, ISO, JAR, LZH, RAR, TAR, UUE, ZIP, Z. Integrates with Windows. RAR Download
DOSRAR DOS is a powerful archive manager. It can backup your data and reduce size of email attachments, decompress RAR, ZIP. Download
TAR320G TAR archiver Download
2ALLSummary: | Archive conversion util, handles 25 archivers
| Download: | 2all210.zip(May 11 1996, 15.2K)
|
2ZIPSummary: | Convert most any archived file to ZIP format
| Download: | 2zip25.zip(Dec 7 1989, 18.4K)
|
A2Z16DVersion: | 1.6
| Summary: | Convert ARC/PAK to ZIP 1.01 (TP 5 src)D
| Download: | a2z16d.zip(Oct 15 1989, 35.7K)
|
ABCompSummary: | One-step file compressor/uncompressor
| License: | Shareware
| Email: | abangar@uniserve.com
| Homepage: | http://abprod.home.ml.org/
| Download: | abpfc204.zip(Jun 18 1997, 64.3K)
| Description: | ABComp is designed for individuals new to file compression. ABComp takes a file name as a parameter and compresses it automatically if it is not of its type. Otherwise, it takes a file name as a parameter, recognizing the header and file extension and decompresses it to the original file name.
| | | |
ABackVersion: | 2.0
| Summary: | Little backup program. Freeware
| License: | Freeware
| Author: | Aarne Toompark
| Email: | aarne.toompark@mail.ee
| Homepage: | http://my.tele2.ee/aarne/
| Download: | aback20.zip(Dec 21 1999, 11.2K)
| Description: | Program will read the destination catalogue from aback.cnf file, where files should be going, and make all necessary subdirectories to a destination directory. After that, the program will copy all files mentioned in aback.cnf and pack them with a selected archiver. Easier than writing a long and complicated .BAT file.
| | |
ACSummary: | Converts between compressed archive formats
| Download: | ac311.zip(Nov 20 1994, 118K)
|
ACT 27Summary: | Archive Comparision Table,
| Download: | act-27.zip(Feb 25 1996, 45.3K)
|
ACTESTSummary: | Archive Comparison Test (March 1999 edition)
| License: | Freeware
| Author: | Jeff Gilchrist
| Email: | jeffg@cips.ca
| Homepage: | http://act.by.net/
| Download: | actest43.zip(Mar 27 1999, 143.3K)
| Description: | A.C.T. is a monthly report comparing 133 different compression programs (archivers) for speed and ability to compress files. The archivers are tested on TXT, EXE, WAV, TIF and multiple files. It also includes a checklist of special features some archivers can perform and the e-mail addresses of the authors.New Archivers Tested: APACK 0.98, ARHANGEL 1.38, ASPACK 1.07b, BLINK 2.50, CAR 1.50, ERI 3.6w, ICE 1.02c, LGLZ 1.04c, OPAQUE 1.0, PAR 1.48, PETITE 1.4, PKLITE32 1.1, RAR32 2.5b4, SQZ 1.08.4, UPX 0.59
| | | |
ACVT_DOSVersion: | 1.20
| Summary: | Archive Converterfor 32 bit DOS
| License: | Shareware
| Author: | Sergey Chehuta, WhiteTown Software
| Email: | support@whitetown.com
| Homepage: | http://www.whitetown.com/
| Download: | acvt_dos.zip(Apr 16 2000, 42.6K) acvt_pm.zip(Apr 16 2000, 54.7K)
| Description: | ACVT v1.20 (Archive Converter) is a converter of archives. It supports practically any archive types if you have the appropriate archivers. The type of the desired archive is set by the user, in rest relies on the ACVT program. ACVT extracts files from the source archive and packs them into the new archive, removing the original archive provided the output archive was successfully created. ACVT can also make descriptions for archivers.
| | |
ACZARSummary: | Archive shell for ZIP,LZH,ARJ,PAK,ARC,ZOO,SCAN
| Download: | aczar210.zip(May 31 1996, 321K)
|
AD2ZIPSummary: | Automatically add a file to every .ZIP/.ARJ
| Download: | ad2zip11.zip(Jun 8 1996, 28.8K)
|
ADDCSummary: | Inserts comment headers into ZIP and ARJ files
| Download: | addc22.zip(Jul 8 1992, 19.1K)
|
ALUSQSummary: | All purpose file un-Squeezer
| Download: | alusq.com(May 22 1985, 8.5K)
|
ANSIKLSummary: | Remove ANSI codes from comments in ZIP files
| Download: | ansikl10.zip(Jun 4 1989, 9.8K)
|
ANY2ZIPSummary: | Batch files to convert ARC/LZH/ARC/ZOO to ZIP
| Download: | any2zip4.zip(Jul 5 1989, 4.3K)
|
APPNOTEVersion: | 2.0
| Summary: | PKZIP+ data structures for util developers
| Download: | appnote.zip(Aug 1 1996, 13.2K)
|
ARSummary: | Run a program from an ARC file
| Download: | ar15.zip(Nov 10 1988, 39.8K)
|
ARSummary: | Source for Okumura's new pedagogical archiver
| Download: | ar002.zip(Oct 20 1990, 25.7K)
|
ARCASummary: | Create/add ARC files, no update/replace
| Download: | arca129.zip(Dec 8 1987, 9.9K)
|
ARCCMNTSummary: | Auto insert BBS' description in ARChived file
| Download: | arccmnt3.zip(Aug 4 1988, 19.3K)
|
ARCDMP 360Summary: | Split large ARC file to fit onK floppies
| Download: | arcdmp1.zip(Jan 1 1988, 12K)
|
ARCE40GSummary:Vernon Buerg's fast ARC extraction program
| Download:arce40g.zip(Feb 25 1996, 9.1K)
|
ARCFVersion: | 1.10
| Summary: | Find text in ARChives by Vernon Buerg,
| Download: | arcf110.zip(Mar 8 1992, 6.4K)
|
ARCFDATSummary: | Set directory date/time to latest ARC member
| Download: | arcfdat3.zip(Nov 28 1987, 22.8K)
|
ARCHVSummary: | Archive manager shell for ARC/LZH/PKA/ZOO/ZIP
| Download: | archv335.zip(Dec 3 1990, 71.8K)
|
ARCIDSummary: | Identifies archive types by file signature
| Download: | arcid122.zip(Jul 27 1996, 40.4K)
|
ARCINDXSummary: | Create a catalog of archived data
| Download: | arcindx2.zip(Jun 26 1988, 43.7K)
|
ARCONVersion: | 2.6
| Summary: | ARCON: Archive format converter
| Download: | arcon26.zip(Apr 5 1996, 41.1K)
|
ARCRUNERSummary: | Run COM and EXE files in archives
| Download: | arcruner.zip(May 9 1988, 8.2K)
|
ARCSTAMPSummary: | Date/time stamp and rename ARCed files
| Download: | arcstamp.zip(Jun 21 1988, 17.3K)
|
ARCTOOLSummary: | Recover files from damaged archives
| Download: | arctool.zip(Jan 8 1987, 24.1K)
|
ARCTOZIPVersion: | 1.3
| Summary: | Conversion & comments! Auto-del largest;
| Download: | arctozip.zip(Mar 21 1990, 6.5K)
|
ARCVSummary: | V.Buerg's verbose display of ARC directories
| Download: | arcv122.zip(Apr 11 1991, 12.1K)
|
ARCVRTSummary: | Convert between any archive formats
| Download: | arcvrt21.zip(Aug 11 1989, 53.4K)
|
ARC_FILESummary: | Documentation on the structure of ARC files
| Download: | arc_file.inf(Mar 2 1988, 7.4K)
|
ARFFSummary: | File find; peeks inside ZOOs and ARCs
| Download: | arff.zip(Sep 7 1988, 20.9K)
|
ARISummary: | High perfomance archiver, self-extract release
| License: | Freeware
| Email: | ras@okibox.iae.nsk.su
| Download: | ari22.exe(Oct 24 1997, 26.5K)
| Description: | ARI is a high perfomance archiver. It has 14 commands with 45 options, including: multiple volumes support, solid archives, password encryption, environment variable ARI_SW usage, list files support, data protection, base and work directories assignment, 6 compression methods, external dictionaries usage and many others.
| | | |
ARJSummary: | ARJ2000: Simplifies function of arj compressor
| Download: | arj20v11.zip(Jun 4 1997, 9.7K)
|
ARJHDRSummary: | Tool to quickly add comments to ARJ archives
| License: | Shareware
| Requires: | arj.exe of any version.
| Email: | bdf@ccc.or.at
| Download: | arjhdr.zip(Jun 2 1997, 12.3K)
| Description: | ARJHdr is a tool to be used together with the ARJ archiver to add and replace comments (BBS banners) to archives. The program compares the archive comment with the given (wanted) banner file and invokes ARJ for an update only if necessary. For the real update of the archive, ARJ is started with the required parameters.
| | |
ARJMSummary: | Menu shell for ARJ. Supports all commands
| Download: | arjm101.zip(Oct 21 1991, 89.8K)
|
ARJOPSummary: | Mini-menu/shell for ARJ, with full source
| Download: | arjop141.zip(May 19 1992, 47.6K)
|
ARJVWVersion: | 2.41
| Summary: | ARJ viewer for NC 3.0&4.0 & VC 4.0
| Download: | arjvw161.zip(May 31 1996, 182.2K)
|
ARKSummary: | Executable COM file archiver, EXE/COM convrtr
| License: | Freeware
| Author: | Kris Heidenstrom
| Email: | kheidens@clear.net.nz
| Homepage: | http://home.clear.net.nz/pages/kheidens/
| Download: | ark101.zip(Oct 19 1998, 44.7K)
| Description: | A simple utility that enables you to create executable archives of COM files. Similar to XEQ but simpler and smaller and with no 64K limit on total archive size. Includes EXC, a program that converts EXE files to COM format (with some limitations). Includes assembly language source for both programs and full documentation. Native MS-DOS software (runs in DOS box under Windows 3.xx/95/98/NT and OS/2).
| | | |
ARMENUSummary: | Archive shell for Zip, Lha, Arj, Arc
| License: | Freeware
| Author: | David M. Dibble, Silent Running BBS
| Email: | DmD@silent-running.com
| Homepage: | http://www.Silent-Running.com/
| Download: | armenu12.zip(Feb 5 2000, 13.9K)
| Description: | ARMENU v1.2 is a shell for archives Lha, Pkzip, Arj, Zoo, Pak, Pkpak Arc, and self-extracting COM and EXE files. It self-lists the contents of archives in a scrollable file manager interface, with paging, highlighting bar, tagging, sorting, and searching. Mark files, then one button calls appropriate archiver to extract, delete, or freshen files. View, page, and search text documents from "within" archive. Automatic conversion to self-extracting archives. Fully customizable by editing text of ARMENU.CFG. Will salvage damaged LZH files that LHA itself cannot read. Works on any DOS system.
| | |
ASZRSummary: | Splits and sizes ZIP/ARJ/ARC/LZH files
| Download: | aszr201.zip(Jan 23 1993, 61.6K)
|
AT780FSummary: | Archive shell for ARC/LZH/PAK/PKA/LBR/ZOO/ZIP
| Download: | at780f.zip(Apr 14 1993, 101.1K)
|
AUTOVersion: | 2.04
| Summary: | Menu-driven shell for PKzip
| Download: | auto_11.zip(Mar 4 1995, 192.5K)
|
AVSummary: | Views files from ZOO, PKPAK, ARC, PAK, LU, SQ
| Download: | av20.zip(Mar 17 1989, 15.8K)
|
AZPSummary: | Front-end utility for use with PKZIP & PKUNZIP
| Download: | azp5010.zip(Jan 18 1990, 25.3K)
|
AinviewerSummary: | Archive file viewer
| License: | Cardware
| Requires: | Archivers.
| Email: | Palma@ThePentagon.Com
| Homepage: | http://www.geocities.com/Paris/5813/
| Download: | pci-a174.zip(Jun 12 1997, 55.1K)
| Description: | The Ainviewer is a archive file viewer supported to 31 archives: ACE, AIN, ARC, ARJ, ARX, COD, DWC, ESP, HA, HPK, HYP, ICE, JAR, LHA, LIM, MAR, MD, PAK, PUT, RAR, RKV, SAR, SHK, SQZ, UC, UFA, YAC, ZIP, ZET, ZOO, ZPK.
| | |
ArcMasterVersion: | 10.3
| Summary: | ArcMaster: Archive shell/manager
| Download: | am113.zip(Apr 7 1996, 239.3K)
|
Archive IDSummary: | Identifies 30 file types by sig
| License: | Shareware
| Email: | abangar@uniserve.com
| Homepage: | http://abprod.home.ml.org/
| Download: | arc-id20.zip(Jun 18 1997, 62.2K)
| Description: | Archive ID correctly identifies 30 file types by signature. If a filename was accidently renamed or all the files in a directory were renamed and the extension or type was forgotten, then this program is for you. Recognizes: ARJ, ARJSFX, ARC, LZH, LHA's SFX, PAK, ZOO, ZIP, RAR, UC2, BMP, GIF, JPG, PKLite, WWPack, PKSFX, RARSFX, UC2SEA, WinZIP SFX 16&32-Bit, GZip, Microsoft CAB, PSD, PCX, EPS, PDF, PXR, IBM & Mac TIFF.
| | |
Archive View
ArcomSummary: | Archive manager for DOS
| License: | Shareware
| Requires: | Some (or all) of Archivers PKZIP, LHA, ARJ, ARC, PAK.
| Email: | tmartin@prfdec.natur.cuni.cz
| Download: | cmar11.zip(Apr 28 1997, 160.5K)
| Description: | This program enables the user to archive and unarchive files. Supports LHA, PKZIP, ARC, ARJ, PAK, and all self-extracting archives. ARCOM will automatically check the internal header of each file in order to detect what kind of archive it is. Allows the user to have a look "inside" the compressed file without actually decompressing it. Once the file is displayed, you can view selected files, extract them, delete or print them. The program also includes many file utilities that will enable you to use your system more efficiently. Full mouse and a keyboard support.
| | |
ArsVersion: | 2.11
| Summary: | Archiver to create SFX archives
| License: | Freeware
| Author: | Stepanyuk Oleg
| Email: | stepanyuk.oleg@usa.net
| Homepage: | http://surf.to/stepanyuk/
| Download: | ars211.zip(Apr 15 1999, 16.5K)
| Description: | Ars v2.11 is an archiver especially made for creating SFX archives, archives created by Ars also ask you what to do - extract, view, extract to another directory. It is possible to set passwords on SFX archives, recurse subdirectories, move files, etc. No huge temporary files create during compression, so it is possible work on a full disk.
| | | |
Index A [B] C D E F G H I J K L M N O P Q R S T U V W X Y Z
BBS doorSummary: | BBS door: Browse through contents of ZIP files
| Download: | zipvew13.zip(May 5 1990, 13.4K)
|
BBS utilSummary: | BBS util: view/extract files from archives
| Download: | aview65b.zip(Feb 13 1994, 70.3K)
|
BBZIPPIISummary: | Byte Brothers ARC to ZIP conversion program
| Download: | bbzippii.zip(Aug 10 1989, 50K)
|
BLDZIPSummary: | Program builds a ZIP file to any wanted size
| Download: | bldzip10.zip(Jan 14 1993, 30.4K)
|
BMFVersion: | 0.5
| Summary: | Lossless image compression utility
| License: | Freeware
| Author: | Dmitry Shkarin
| Email: | shkarin@arstel.ru
| Download: | bmf_050b.zip(May 10 1999, 178.3K)
| Description: | BMF is lossless/near-lossless image compression utility. It supports paletted, greyscale, high color and true color images. You can expect 10-50% storage saving, when you convert .GIF or .PNG files to .BMF files.
| | | |
BOOZVersion: | 2.10
| Summary: | ZOO file extractor, handles new, w/C src
| Download: | booz20.zip(Jul 8 1991, 28.2K)
|
Index A B [C] D E F G H I J K L M N O P Q R S T U V W X Y Z
C srcSummary: | C src: Unix-compat. 16-bit compress/uncompress
| Download: | comp430s.zip(Jan 17 1990, 64.7K)
|
CASummary: | Verbose list for ARC / ZIP archives
| Download: | ca100.zip(Feb 28 1989, 13.1K)
|
CATOZSummary: | Batch file converts from ARC to ZIP archives
| Download: | catoz.zip(Jun 18 1989, 4.8K)
|
CB-AVVersion: | 4.7
| Summary: | Chris Buijs' archive file front-end
| Download: | cb-av47.zip(Aug 13 1994, 140.5K)
|
CHK4CSummary: | Identifies compressed EXE and COM files
| Download: | chk4c360.zip(Jan 4 1992, 17K)
|
CHKAVVersion: | 2.2
| Summary: | ChkAv, check ZIP files for -AV stamps
| Download: | chkav22.zip(May 4 1991, 72K)
|
CHKPAKSummary: | Check integrity of an archive file
| Download: | chkpak.zip(Oct 7 1988, 10.9K)
|
COMP430DSummary: | Unix-compatible 16bit compress/uncompress/zcat
| Download: | comp430d.zip(Mar 3 1990, 19.1K)
|
COMPRSummary: | ZIP/LZH/PAK/ARC/ZOO/DWC extract/view/freshen
| Download: | compr16.zip(Aug 24 1989, 10.4K)
|
CRUNCHSummary: | Run compressed COM/EXE files, save disk space
| Download: | crunch10.zip(Aug 8 1989, 5.9K)
|
CRUSHVersion: | 1.8
| Summary: | CRUSH - <ASP> Super-compressor for DOS
| Download: | crush18.zip(Apr 9 1996, 68.2K)
|
CVTSummary: | Convert from one archive type to another
| Download: | cvt_101.zip(Oct 27 1989, 17.3K)
|
Index A B C [D] E F G H I J K L M N O P Q R S T U V W X Y Z
DDJCOMPRSummary: | Top 6 programs of DDJ data compression contest
| Download: | ddjcompr.zip(Feb 13 1992, 80.9K)
|
DEARCSummary: | deARC utility in Pascal, w/unSquashing
| Download: | dearc31.zip(Jul 26 1988, 21.4K)
|
DECSummary: | Decompress files easily and efficiently
| Download: | dec01.zip(Jul 18 1996, 12K)
|
DECOMPSummary: | Unix-compatible 16 bit uncompress, w/C source
| Download: | decomp2.zip(Mar 22 1990, 16.3K)
|
DELBRSummary: | Extract files from a LU-type .LBR (limit 64)
| Download: | delbr11.exe(Sep 10 1986, 11.5K)
|
DELZIPSummary: | Delete files in subdirectory already in ZIP
| Download: | delzip.zip(Mar 18 1989, 7.9K)
|
DETARSummary: | Process a TAR file on PC
| Download: | detar11.zip(Jan 22 1988, 14.5K)
|
DIET145FSummary: | Transparently compress/restore any file or exe
| Download: | diet145f.zip(Apr 17 1996, 44K)
|
DIRCVersion: | 1.00
| Summary: | DIRC: Checks compression of EXE/COM files
| Download: | dirc100.zip(Aug 24 1991, 41K)
|
DIRXSummary: | Shell for executable pgm (COM/EXE) compressors
| Download: | dirx110.zip(May 31 1996, 33.6K)
|
DISLTSummary: | DISLITE, expands all PKLITEd files to original
| Download: | dislt115.zip(Apr 1 1993, 27.2K)
|
DIZDIRSummary: | Lists file_id.diz files of archives
| Download: | dizdir30.zip(Mar 2 1996, 69.2K)
|
DRXSummary: | Shell for executable pgm (COM/EXE) compressors
| Download: | drx109.zip(Jun 12 1992, 36.7K)
|
DUHSummary: | Deletes files that exist in ARC, ZIP, PAK, LZH
| Download: | duh13.zip(May 1 1989, 34.2K)
|
DWC_AVersion: | 4.95
| Summary: | DWC Archiver v A5.01 - 25% faster than
| Download: | dwc_a501.exe(Aug 28 1988, 88K)
|
DXZIPSummary: | Del file(s) in current dir found in ZIP file
| Download: | dxzip.zip(Sep 30 1989, 12.4K)
|
DZIPSummary: | Remove files from disk that exist in .ZIPs
| Download: | dzip111.zip(Mar 22 1989, 3.9K)
|
DumpExeVersion: | 2.4
| Summary: | Unpack any DOS exe-packed file
| License: | Cardware
| Author: | Benjamin Petersen
Email:_bugsy@usa.net
Homepage:http://www.cybernet.dk/users/bugsy/default.htm
Download:dmpexe24.zip(Nov 19 1997, 75.5K)
Description: | OBSESSiON DumpExe exe-dumper is able to unpack any packed exefile. Many other programs, such as cup, up, tron, unp and vgacbust give you the same ability. But those programs can only expand/unpack files packed with known exepackers. By using the Obsession DumpExe toolpack, you can unpack any of those exefiles that the above utilities give up on. Of course this can't be done by inserting a quarter (kr.) into the crypt-o- mate. We have to do a little more than this. This is where you, the OBSESSiON DumpExe toolpack, and your debugger come into the picture. Supports the following debuggers: GameTools Turbo Debugger SoftICE, both the DOS and Windows versions.
| | |
Index A B C D [E] F G H I J K L M N O P Q R S T U V W X Y Z
ERI v4.5freSummary: | Multimedia archiver. Freeware
| License: | Freeware
| Download: | eri45fre.zip(Jan 22 2000, 90.4K)
| Description: | ERI v4.5fre is an archiver (compression program) with special algorithms for multimedia (graphic and audio) files.This version has 16 commands with 44 options, including: ability to Convert every given file to .ERI (and Back) or to Add/eXtract all specified files to/from an .ERI archive, various transformations and parameters for better compression, multiple volumes support, password encryption, environment variable ERI_SW usage, list files support, data protection, base and work directories assignment, 6 compression levels, and many others.
| | | |
EXPAKFXSummary: | Fixes 'Packed file is corrupt' EXEPACKed files
| Download: | expakfx1.zip(Nov 21 1991, 8.9K)
|
EXTARSummary: | Simple TAR unpacker; w/Unix to DOS name conv.
| Download: | extar10.zip(Jun 6 1991, 10K)
|
EXZIPSummary: | Converts all archives from ARCs to ZIPs
| Download: | exzip192.zip(Apr 16 1989, 67.7K)
|
Index A B C D E [F] G H I J K L M N O P Q R S T U V W X Y Z
FIZSummary: | Analyze damaged ZOO archive for data recovery
| Download: | fiz20.zip(Feb 12 1988, 8.4K)
|
FIDVersion: | 2.15
| Summary: | File_id.diz extractor
| License: | Cardware
| Author: | Tibor Takacs, Palma/PC-i
| Email: | Tyborg@freemail.c3.hu
| Homepage: | http://www.geocities.com/paris/5813/
| Download: | pci-f215.zip(Feb 28 1998, 187.4K)
| Description: | The FID is a File_id.diz extractor, supporting: 36 packer (ACE,AIN,ARC,ARI,ARJ,ARK,BSN,COD,DWC,ESP,HAP,HA,HPK, HYP,ICE,JAR,J,LIM,LZH,LZS,MAR,PAK,RAR,RKV,SAR,SHK, SKY,SQZ,UFA,UC2,X,YC,ZET,ZIP,ZOO,ZPK) 8 sfx (ACE,AIN,ARJ,ESP,LHA,RAR,ARC,ZIP) 12 picture (BMP,FIF,FLI,FLC,GIF,JPG,IMG,LBM,PCX,PNG,TIF,TGA) 14 music (669,AMF,DMF,FAR,MID,MTM,MOD,MP2,MP3,S3M,STM,ULT,WAV,XM) Plus AIR,CO,D64,HTML,PS,T64 format. 77 options and 56 macros for performance. Languages support for Hungarian, English, German, French, Spanish, Dutch, Italian.
| | |
FVCBMSummary: | List directories of Commodore 64/128 archives
| License: | Freeware
| Author: | Dan Fandrich
| Email: | dan@fch.wimsey.bc.ca
| Download: | fvcbm30.zip(Dec 29 1997, 44.8K)
| Description: | Fvcbm v3.0 displays Commodore 64/128 archive, self-dissolving archive and disk image directories. This can be especially useful in combination with a Commodore 64 emulator. Supported archive formats are ARC230 (ARC), self-extracting ARC230 (SDA), Lynx, CS-DOS (LZH), self- extracting CS-DOS (SFX), PC64 emulator files (R/S/U/P00), LBR, 64Net files (N64), emulator tape images (T64) and disk images (D64 and X64).
| | |
Index A B C D E F [G] H I J K L M N O P Q R S T U V W X Y Z
GENSummary: | Builds multivolume backups w/popular archivers
| Download: | gen012.zip(Aug 23 1991, 23.2K)
|
GNUzipSummary: | GNUzip: Unix compress/uncompress replacement
| Download: | gzip124.zip(Aug 18 1993, 114.1K)
|
GUSSummary: | File add/extract shell for 13 archive types
| Download: | gus_195.zip(May 31 1996, 41.5K)
|
GTRVersion: | 1.8.4
| Summary: | EXE/COM unpacker
| License: | Cardware
| Requires: | 386+, fast CPU, serial mouse, 2MB.
Email:_hendrix@usa.net
Homepage:http://home.t-online.de/home/enoch/
Download:gtr184.zip(Nov 19 1997, 56.1K)
Description: | GTR stands for General TRacer. Without any special knowledge you will be able to unpack/remove protection of almost all of the latest packers and protectors (all that are available to me). It has been tested with following Packers: PKlite v1.50, Diet v1.45f, LZEXE 91, ComprEXE v1.0, Shrink v1.0, Crunch v1.0, RJCrush v1.10, TinyProg v3.9 Crypters: AXE v2.0, Hackstop v1.17(/386), Protect! v6.0, WWPack v3.05, ICE v1.00, EXECode v1.00, ProtEXE v3.10, RCC v1.12 hard/mild, RCC386 v.61, FDS-CP v0.4a, LightShowCrypt v1.21, DoP crypt v1.04, RCrypt v0.91, ALEC v1.6, Crackstop 1.0b and all older versions available to me.
| | |
Index A B C D E F G [H] I J K L M N O P Q R S T U V W X Y Z
HAP305BPSummary: | Hamarsoft HAP archiver self-extract release
| Download: | hap305bp.com(Mar 21 1996, 27K)
|
HPACKSummary: | High performance archiver from New Zealand
| Download: | hpack78.zip(Nov 19 1992, 104.7K)
|
HUFF_SCSummary: | Huffman compress encoder/decoder, C src & EXEs
| Download: | huff_sc.zip(Apr 24 1991, 37.6K)
|
HYPERSummary: | All new file compression program
| Download: | hyper25.zip(Sep 29 1990, 22.2K)
|
Index A B C D E F G H [I] J K L M N O P Q R S T U V W X Y Z
IDC40AVersion: | 4.0a
| Summary: | Gary Conway's IDC shell & NARC archiver,
| Download: | idc40a.zip(Jul 9 1990, 132.1K)
|
IFLSummary: | Displays dirs of ARC/LZH/PAK/ZIP/ZOO archives
| Download: | ifl150.zip(Nov 25 1989, 20.4K)
|
Install-ItVersion: | 1.2
| Summary: | Install-It: DOS-based archiving shell
| Download: | instit12.zip(May 21 1996, 351.2K)
|
ISLSummary: | Lists names of EXE files compressed with LZEXE
| Download: | isl12.zip(May 5 1990, 14.1K)
|
IUPSummary: | Generic executable file uncompressor w/ASM src
| Download: | iup064.zip(Jul 16 1996, 20.3K)
|
Index A B C D E F G H I [J] K L M N O P Q R S T U V W X Y Z
JAM125SWSummary: | JAM Real-Time Data Compression Utilities
| Download: | jam125sw.zip(Mar 10 1995, 204.7K)
|
JRCSummary: | Royalty-free file compressor and archiver
| Download: | jrc110.zip(May 1 1995, 83.6K)
|
JUP162USSummary: | Identifies and uncompresses archived files
| Download: | jup162us.zip(Oct 27 1995, 125.4K)
|
Index A B C D E F G H I J [K] L M N O P Q R S T U V W X Y Z
Index A B C D E F G H I J K [L] M N O P Q R S T U V W X Y Z
LARCSummary: | Chooses best compression method for ARCs/ZIPs
| Download: | larc22.zip(Mar 8 1989, 44.9K)
|
LARCSummary: | LARC Compression program from Japan
| Download: | larc333.exe(May 19 1989, 54.6K)
|
LARCHSummary: | Archive manager for ZIP,ARC,PAK,LZH,ARJ,ZOO
| Download: | larch308.zip(May 26 1994, 56.4K)
|
LCKRSummary: | Splits and sizes LZH files
| Download: | lckr201.zip(Jan 23 1993, 52.5K)
|
LGAVSummary: | Archive viewer; 27 formats,built-in extraction
| License: | Shareware
| Author: | George Lyapko
| Email: | postmaster@ski-factory.uzhgorod.ua
| Download: | lgav607.zip(Dec 29 1997, 107.1K)
| Description: | LGAVIEW v6.07 is an powerful archive viewer for MS-DOS, Win3.x, and Win95 environments. Contains internal extraction routines, so you need no original archivers at all in most cases. Supports ARJ, ZIP, RAR, LZH, ACE, ARC, ZOO, HA, etc. (27 archive formats - 14 of them with internal extraction). Friendly user interface; mouse support; NC QuickView support; testing, viewing, extracting files; temporary directory; DOS shell; password support; works even on XT.
| | |
LGHAVersion: | 1.1
| Summary: | MS-DOS archiver
| License: | Shareware
| Author: | George Lyapko
| Email: | postmaster@ski-factory.uzhgorod.ua
| Download: | lgha11.zip(Dec 29 1997, 28K)
| Description: | LGHA v1.1 is an archiver based on Harri Hirvola's HA v0.999c. It creates archives with extension "HA". Works from 1.5 to 10 times faster than original ha.exe. Some additional options (set ASC packing depth, length; exclude files; supports list-file; pause after screenfull; temporary directory). Has self-extracting module lglhasfx.bin.
| | | |
LGLZVersion: | 1.04a
| Summary: | MS-DOS executables compressor
| License: | Shareware
| Author: | George Lyapko
Email:postmaster@ski-factory.uzhgorod.ua
Download:lglz104a.zip(Dec 29 1997, 37.3K)
Description: | LGLZ v1.04a is an executables compressor based on Lempel-Ziv algorithm. It compresses better than PKLITE, DIET or LZEXE.
| | |
LHAVersion: | 2.55e
| Summary: | LHA: LZH archive make/extract (English)
| Download: | lha255e.exe(May 5 1996, 64.1K)
|
LHAVWVersion: | 2.55
| Summary: | LHA viewer for NC 3.0&4.0 & VC 4.0
| Download: | lhavw161.zip(May 31 1996, 92.8K)
|
LHDIRSummary: | View directories of LHarc archives
| Download: | lhdir13.zip(May 25 1989, 11.3K)
|
LHMENUSummary: | Front end menu for LHARC
| Download: | lhmenu.zip(Apr 3 1989, 11.1K)
|
LHTOOLSSummary: | Check LZHs for trojans, make self-extract LZHs
| Download: | lhtools.zip(Apr 18 1989, 24.2K)
|
LHXSummary: | Recover files from damaged LHarc archives
| Download: | lhx.zip(Apr 14 1989, 27.4K)
|
LOWFIXSummary: | Allows compressed EXE files to run with DOS 5
| Download: | lowfix.zip(Jun 18 1991, 7.5K)
|
LSIZESummary: | Archive re-sizer with LZH/ARJ/ZIP/RAR support
| Download: | lsize252.zip(Sep 29 1994, 58.8K)
|
LTARVSummary: | DOS's deTAR util with special filename mapping
| Download: | ltarv3.zip(Jan 27 1992, 45.2K)
|
LUSummary: | Library (LBR) utilities by Vernon Buerg
| Download: | lu.zip(Feb 20 1987, 24.6K)
|
LUDSummary: | V.Buerg's del & reorg LBR functions
| Download: | lud106.zip(Jul 8 1985, 2.7K)
|
LUESummary: | V.Buerg's extract & unsqz LBR files
| Download: | lue220.zip(Apr 28 1986, 4.6K)
|
LUTSummary: | V.Buerg's list dir's of LBR files
| Download: | lut193.zip(May 27 1985, 2.6K)
|
LUUSummary: | V.Buerg's test LBR w/crc and sqz
| Download: | luu213.zip(Apr 28 1986, 7.3K)
|
LUXSummary: | V.Buerg's execute EXE/COM pgms w/in LBR
| Download: | lux12.zip(Feb 9 1985, 2.2K)
|
LVIEWSummary: | Viewer for LHARC'ed files
| Download: | lview.zip(Apr 2 1989, 9.7K)
|
LZSummary: | Limpel-Ziv file compress/decompress w/ASM src
| Download: | lz13.zip(Oct 19 1988, 25.4K)
|
LZEXE91ESummary: | Compress most EXE files and run them directly
| Download: | lzexe91e.zip(Oct 14 1990, 79.9K)
|
LZHTVVersion: | 1.2
| Summary: | LZHTV, on-line LHarc file viewer
| Download: | lzhtv12.zip(Apr 21 1990, 30.4K)
|
LZHUFESummary: | LZHUFE encoding file compression w/TPascal src
| Download: | lzhufe.zip(Apr 26 1989, 19.5K)
|
LZHUFTPSummary: | LZHUF encoding file compression w/TPascal src
| Download: | lzhuftp5.zip(Apr 30 1989, 10.1K)
|
LZWPCSummary: | Lemple-Zev Compression Routines in C
| Download: | lzwpc.zip(Apr 15 1985, 13.1K)
|
LZ_COMPSummary: | Discussion of various compression algs. w/src
| Download: | lz_comp2.zip(Apr 9 1989, 17.5K)
|
Index A B C D E F G H I J K L [M] N O P Q R S T U V W X Y Z
MADSummary: | Multi-format archive file viewer also does SFX
| Download: | mad100.zip(May 19 1989, 13K)
|
Make UpgradeVersion: | 1.02
| Summary: | 32-bit upgrade archiver
| License: | Shareware
| Author: | Alexander Cherepnew
| Email: | shuriccom@mail.ru
| Homepage: | http://www.redrival.com/mupgrade/
| Download: | mupg102t.zip(Feb 21 2000, 106.7K)
| Description: | Make UPGRADE small program to create, view, test and extract UPGRADE archives. Works with command line DOS. Program is intended for making UPGRADE archives of programs and databases. When making UPGRADE archive a program is byte by byte compares the contents of files and in resulting file are stand only new information and reference to information in old files information. Program does not use classical algorithms of compression information. So UPGRADE archive possible to pack a classical archiver and get approximately double price in the size of file. Program allows create SFX archives, view and check the contents of the archive. When working with the program possible to use a virtual memory. There are possibility for the regular reserve copying. Long filenames allowed.
| | | |
MAKELZHSummary: | Make LZH files of all files in a directory
| Download: | makelzh2.zip(May 16 1989, 7.1K)
|
MODZIPSummary: | Prepares for upload MOD/MTM/STM/S3M/669/FAR/XM
| Download: | modzip12.zip(Jun 1 1995, 46.1K)
|
MSCICSummary: | Mercury Soft Compression Identifier Edition 6
| License: | Freeware
| Author: | Andy Cheng, Mercury Soft Technology, Inc.
| Email: | mercurysoft@technologist.com
| Homepage: | http://www.netfront.net/~mercury/
| Download: | mscic006.zip(Jan 17 1998, 32.8K)
| Description: | MSCiC - Compressions Identifies Checker Edition 6, 30th December 1997 This is a compression format. It identifies Tools which can identify with 148 of Archives/Compressions/MultiMedia Types. Arc: ARC, ARJ, LZH, SQZ, RAR, UC2, JAR, etc. Exe: TinyProg, PKLite, XPack, LZExe, etc. Win: InstallShield, Microsoft CAB, etc. Gfx: GIF, JPG, HSI, BMP, RM, SWF, TIFF, etc. Mus: MP1, MP2, MP3, WAV, RA, AIFF, MID, etc. * 97 Archive/SFX Formats Identified. * 32 Compression Formats Identified. * 19 Multi-Media Formats Identified.
| | |
MSXIEVersion: | 1.40
| Summary: | High-Performance ArchiverPro
| License: | Freeware
| Author: | Andy Cheng, Mercury Soft Technology, Inc.
| Email: | mercurysoft@technologist.com
| Homepage: | http://www.netfront.net/~mercury/
| Download: | msxie140.zip(Jan 17 1998, 61.8K)
| Description: | MSXiE High-Performance Archiver 1.40 Pro - High Data Compressing XiE Archiver, up to 77% Better compression. Cool color interface. Our compression ratio can compare with others: RAR, ARJ, UC2, ZIP, UC2, LHA, ARC, SQZ, etc. * Highest Multimedia Compression * UnXiE Quick Extracter Utility * Supported with MSCiC Edition 5 and 6
| | | |
Multiple UnpackerSummary: | Supports 18 archive types
| License: | Freeware
| Email: | misak@diku.dk
| Homepage: | http://www.diku.dk/students/misak/
| Download: | mup122.zip(Aug 4 1997, 33.3K)
| Description: | MUP 1.22 is a multiple unpacker, which supports 18 kinds of archives. The advantages with MUP are that you do not need to remember the syntax for each of the unpacker programs. With MUP you can enter the parameters of each unpacker in the configuration file, and then the program uses this data whenever you want to unpack an archive. MUP does not know how to unpack the files, it only looks in the file and finds out which archive type it is. It then calls the right unpacker. Features: - Supports 19 kinds of archives (AIN, ARC, ARJ, DWC, GFB, HAP, HPK, HYP, JAR, LIM, LZH, MD, PAK, PUT, RAR, SQZ, UC2, ZIP, ZOO) - Supports five kinds of SFX's (ARJ, LZH, RAR, SQZ, ZIP) - Scans the unpacked file(s) for viruses - Only takes up 75 KB of your disk space
| | |
MVASummary: | Front end MultiVolume ARC for PKXARC/ARCE
| Download: | mva101.zip(Mar 10 1988, 4.6K)
|
Index A B C D E F G H I J K L M [N] O P Q R S T U V W X Y Z
NCAV48BDVersion: | 4.8
| Summary: | Norton Commander Archive Viewer Beta-D
| Download: | ncav48bd.zip(Nov 22 1996, 290.3K)
|
NZIPVersion: | 2.02
| Summary: | NZIP, front end menu for PKZIP
| Download: | nzip202.zip(Jun 22 1990, 42K)
|
Index A B C D E F G H I J K L M N [O] P Q R S T U V W X Y Z
OOP
OPENCLOSSummary: | ARC/ZIP subdirectory management utilities
| Download: | openclos.zip(Oct 16 1990, 42.4K)
|
Index A B C D E F G H I J K L M N O [P] Q R S T U V W X Y Z
PAKSummary: | NoGate's ARC,PAK,ZIP create/extract program
| Download: | pak251.exe(Dec 10 1990, 100.9K)
|
PAKPALSummary: | Easy to use interface for PKZIP and PKUNZIP
| Download: | pakpal10.zip(Nov 12 1990, 48.3K)
|
PALRUNSummary: | Run or edit files from within ZIP files
| Download: | palrun20.zip(Aug 19 1990, 249.3K)
|
PAX2EXEVersion: | 2.0
| Summary: | PAX - Unix-like tar and cpio for MS-DOS
| Download: | pax2exe.zip(Feb 24 1990, 52.5K)
|
PCDZIPSummary: | Fast free UNZIP program, with ASM source
| Download: | pcdzip20.zip(Dec 7 1993, 47.3K)
|
PCUSQNEWSummary: | Unsqueeze files, GWBASIC/BASICA
| Download: | pcusqnew.bas(Dec 7 1985, 4.8K)
|
PDTARSummary: | Read/write TAR files on PC
| Download: | pdtar.zip(Jun 14 1988, 86.4K)
|
PKVersion: | 3.61
| Summary: | Fast ARC file make/extract PKPAK/PKUNPAK
| Download: | pk361.exe(Jul 31 1988, 116.7K)
|
PK-CEDSummary: | CED synonyms for use with PKWare archiving
| Download: | pk-ced.zip(Sep 16 1988, 2.5K)
|
PK250DOSSummary: | PKZIP 2.50 for DOS from PKWARE
| Download: | pk250dos.exe(Apr 2 1999, 202.5K)
| Description: | PKZIP 2.50 for DOS - New features include full support of Windows 95 or Windows 98 Long File Names (LFNs). You are no longer limited to DOS 8.3 file names when running PKZIP in a Windows 95 or Windows 98 command line environment. You can extract, store and view LFNs inside a .ZIP archive without truncating the filename. PKZIP 2.50 for DOS uses the classic PKZIP 2.04g command line syntax, and can be used with existing batch files & scripts with no changes. Additionally, PKZIP 2.50 for DOS increases the file storage limitation from 5,000 to over 16,000 files stored in a single .ZIP archive. The ability to store more files in a .ZIP archive is a great benefit to anyone doing backup and restore operations using PKZIP. For the advanced user, PKZIP 2.50 for DOS will use DOS Protected Mode Interface (DPMI) in Windows 95/98, OS/2 and other DPMI supported environments to run 32-bit code for better and faster compression performance. PKZIP for DOS also offers full year 2000 (Y2K) compliance.
| | |
PKBACK1ASummary: | Incr./diff. backup utility (uses PKWare)
| License: | Freeware
| Requires: | PKZIP/PKUNZIP.
| Download: | pkback1a.zip(Aug 11 1997, 20.5K)
| Description: | MAINZEL Backup stores specified files in archives. It copies the original directory structure with one archive in every backup directory. Therefore the archives will not continue increasing in size. Furthermore, PKZIP compresses the files. All the archives can therefore be processed with other programs like Win-zip, etc. If you delete files in the original directory, MAINZEL Backup either keeps them in the archive, also excludes them or stores them in a different archive. You can specify multiple backup jobs (including wild cards) in a list file that can be used automatically when executing MAINZEL Backup (maybe at start/end of your session).
| | | |
PKBANNERSummary: | Add fancy coments to ZIP files
| Download: | pkbanner.zip(May 4 1989, 20.9K)
|
PKCNVTSummary: | Convert Amiga arc/zoo/lzh files to ZIP on IBMs
| Download: | pkcnvt11.zip(Mar 4 1990, 43.7K)
|
PKLITEVersion: | 2.01
| Summary: | PKLITE: Compress EXE/COM files and run
| Download: | pklts201.zip(May 5 1996, 76.7K)
|
PKVSummary: | ZIP file viewer with TASM source
| Download: | pkv100.zip(Oct 13 1990, 12.5K)
|
PKZ-CEDSummary: | CED editor synonyms for use with PKZIP
| Download: | pkz-ced.zip(Feb 22 1989, 2.6K)
|
PKZDATESummary: | Sets date of ZIP file to latest contained file
| Download: | pkzdate.zip(Aug 16 1990, 20K)
|
PKZFSummary: | PKWare's file find pgm, searchs ZIPs too
| Download: | pkzf15.zip(Feb 25 1996, 76.6K)
|
PKZMSummary: | Menu-driven ZIP file extract pgm from PKWare
| Download: | pkzm104.zip(Mar 1 1991, 114.6K)
|
PSDARCSummary: | Deletes all files extracted from an ARC file
| Download: | psdarc.zip(May 30 1993, 9.4K)
|
PSDZIPSummary: | Deletes all files extracted from a ZIP file
| Download: | psdzip.zip(May 30 1993, 9.7K)
|
PkinsertSummary: | Pkinsert: Utility for inserting ZIP comments
| Download: | pkinsv64.zip(Sep 21 1991, 74.8K)
|
Powerful UnZipperSummary: | Powerful UnZipper: Extract shell for archivers
| Download: | puzv11.zip(Jul 12 1994, 53.5K)
|
Index A B C D E F G H I J K L M N O P [Q] R S T U V W X Y Z
QAZSummary: | Archive viewer and file finder
| Download: | qaz_340.zip(Jun 22 1994, 72.9K)
|
QCSummary: | Converts to/from ZIP, ARJ, and LHarc formats
| Download: | qc175.zip(Jun 22 1991, 20.8K)
|
Quick ArchiveSummary: | Archive wiz for ZIP/PAK/ARJ/LZH
| License: | Shareware
| Author: | Marco van Dongen
| Email: | MAA.vanDongen@student.unimaas.nl
| Homepage: | http://www.geocities.com/siliconvalley/campus/7128/
| Download: | qa11.zip(Aug 1 1998, 45.1K)
| Description: | Quick Archive is an easy archive wizard for DOS. Guides you through archiving routines for all your favourite archivers. Quick Archive comes with standard support for ZIP, PAK, ARJ and LZH archives. Registration gives you the option to work with other archives.
| | |
QZVIEWSummary: | Small point-and-shoot shell for ZIP programs
| Download: | qzview1.zip(Dec 16 1989, 51K) |
Index A B C D E F G H I J K L M N O P Q [R] S T U V W X Y Z
RCXSummary: | RCX: ReCursive .arc/.zipfile eXtractor
| Download: | rcx10.zip(Jan 28 1993, 46K)
|
REDATESummary: | Resets archive filedate to match internal date
| Download: | redate2.zip(May 21 1991, 15.8K) |
REPAKSummary: | Pascal pgm to repack archives w/source
| Download: | repak2.zip(Oct 5 1988, 11.9K) |
REZIPSummary: | Rezipper utility
| Download: | rezip5.zip(Aug 25 1989, 14.7K) |
RJCRUSHVersion: | 1.10
| Summary: | RJCRUSH: EXE-comp (true overlay support)
| Download: | rjcru110.zip(May 9 1996, 49.7K)
|
RKIVEVersion: | 1.4
| Summary: | A high performance solids archiver
| Download: | rkive14.zip(Oct 29 1996, 73.3K)
|
RLE16_SCSummary: | RLE compression (16-bit header), C src & EXEs
| Download: | rle16_sc.zip(Jul 13 1991, 15.9K)
|
RLE8_SCSummary: | RLE compression (8-bit header), C src & EXEs
| Download: | rle8_sc.zip(Jul 13 1991, 14.9K)
|
RSPSummary: | Keep varying levels of backup file versions
| Download: | rsp00001.zip(Nov 5 1996, 302.6K)
|
RSP4XLSummary: | RSP for Excel users
| Download: | rsp4xl01.zip(Nov 5 1996, 300.1K)
|
RVSummary: | Archive lister for ARJ/HYP/LZH/ZOO/PAK/ZIP/ZOO
| Download: | rv251.zip(May 31 1996, 23.6K) |
RView ShellSummary: | RView Shell: View/extract contents of archives
| Download: | rvs113.zip(May 31 1996, 46.6K) |
Index A B C D E F G H I J K L M N O P Q R [S] T U V W X Y Z
SALSummary: | Exploits redundancy between & within files
| License: | Shareware
| Author: | Michael J. Orlove, D.I.C, D. Phil.
| Email: | bobhope@lightlink.com
| Download: | sal00002.zip(Apr 7 2000, 399.8K)
| Description: | SAL - Salamanders compression/archive utility exploits redundancy between, not just within, files, giving 95% (1/20) using Recursive Line-Difference Compression.
| | | |
SCRNCHSummary: | Compression program for MS-DOS
| Download: | scrnch.zip(Jan 30 1988, 40.8K)
|
SEEVersion: | 2.60
| Summary: | View ARC/PAK/ZOO/ZIP/LZH/ARJ/DWC/HYP/LBR
| Download: | see260.zip(Aug 15 1991, 8.3K) |
SEE24INTSummary: | Interactive version of SEE24 archive file view
| Download: | see24int.zip(May 25 1991, 11K) |
Semone v0.6b0
SHAIDSummary: | Identifies archives and SFX files by signature
| License: | Freeware
| Author: | Eero T. Heinonen, SH Software
| Email: | eerheino@lpt.fi
| Homepage: | http://ameba.lpt.fi/~eerheino/shs/shaid.htm
| Download: | shaid260.zip(Feb 6 2000, 35.1K)
| Description: | SH Archive Identifier v2.60 is a small utility program to identify archive and self-extractive files. It recognizes 115 archive and 47 self-extractive files. Used from the command line, or via batch file. It relates in a verbal form which kind of archive it deals with and returns a certain error level to DOS. Can be used like Test file, or without parameters. Includes a sample PCBTEST.BAT to demonstrate how it works. There is also a small but working ACVT.BTM to convert archives between each other.Recognized archives: 3270, 777, acb, ace, ain, amgc, ar7, arc, arg, akt, akt32, arhangel, ari, arj, arjz, arq, arx, asd, bix, bli, boa, bsa, bsarc, bts, bzip, cab, and many more. SFXs: ace, akt, ain, arc, arhangel, arj, ars, arx, asd, blink, bsa, cab, car, charc, compack, dwc, esp, hpa, hyper, ice, imp, jrc, larc, leo, lgha, lha, lharc, lhark, lza, nashrink, pak, pkpak, pksfx, pksfxjr, quark, rar, rax, rk, sbx, sqwez, sqzsfx, sqzsfxjr, tgzsfx, uc2, zoo.
| | |
SHARCSummary: | View/Extract shell ArcArjZipZooLzhPakDwc, etc.
| Download: | sharc24.zip(May 25 1991, 11.7K) |
SHEZSummary: | Shell for ZIP/LHA/ZOO/ARC/ARJ/SQZ/PAK/UC2
| Download: | shez109.zip(Feb 25 1996, 383.4K) |
SHEZTSummary: | Online tutorial for first time SHEZ users
| Download: | shezt.zip(Oct 26 1992, 33K) |
SHEZVIEWSummary: | Shell to add viewers to SHEZ archive manager
| Download: | shezview.zip(Oct 14 1991, 5.7K) |
SHRINKSummary: | Program shrinks COM files, yet they run normal
| Download: | shrink.zip(Jun 1 1988, 3K)
|
SPLINTSummary: | Data compression for 'C' from Japan
| Download: | splint.zip(Apr 11 1989, 21.8K)
|
SQPCSummary: | Vernon Buerg's fast file squeezer, like NSQ
| Download: | sqpc131.zip(May 5 1987, 4.8K)
|
SQSHINFOSummary: | Katz PKARC/PKPAK squashed files definition
| Download: | sqshinfo.doc(Aug 7 1987, 3.8K)
|
SQUASHSummary: | 'C' source for the PKPAK squashing compression
| Download: | squash.zip(Nov 12 1987, 25.8K)
|
SQZ1083ESummary: | SQUEEZE archiver from Sweden. Compresses small
| Download: | sqz1083e.exe(Feb 9 1993, 116.4K)
|
STELTHSummary: | Cvts all compressed files to any other format
| Download: | stelth24.zip(May 31 1996, 60.3K) |
STRIPZSummary: | Strip comments out of .ZIP file/reset attribs
| Download: | stripz13.zip(Oct 15 1989, 12.2K) |
SUBZIPSummary: | Compress and uncompress subdirectory with ZIP
| Download: | subzip21.zip(May 3 1991, 59K) |
SUZVSummary: | Selective ZIP extractor (uses PKZIP/PKUNZIP)
| Download: | suzv10.zip(Feb 28 1990, 10K) |
SZV102FSummary: | FreeWare, easy to use zip viewer
| Download: | szv102f.zip(Jun 1 1995, 48.7K) |
Index A B C D E F G H I J K L M N O P Q R S [T] U V W X Y Z
TARSummary: | Unix-compatible TAR archive maker/extractor
| Download: | tar.zip(Aug 22 1990, 27.5K)
|
TAR320GSummary: | DOS/UNIX tar w/.Z/(g)zip/hardware support
| Download: | tar320g.zip(Jul 4 1996, 177.3K)
|
TAR4DOSSummary: | Unix-compatible TAR archive create/extract
| Download: | tar4dos.zip(Mar 20 1990, 35.8K)
|
TINYPSummary: | Compress COM/EXE files and run them directly
| Download: | tinyp39.zip(May 31 1996, 82.7K)
|
TOLHARCSummary: | Convert other archive types to LHarc
| Download: | tolharc.zip(Apr 17 1989, 40.9K) |
TOLZHSummary: | Convert from ARC/PAK/ZIP/ZOO to LZH archives
| Download: | tolzh10.zip(May 3 1989, 13.1K) |
TOZIPSummary: | Cvt ZOO/PAK/DWC/LHARC/PKUNPAK/PKXARC to ZIP
| Download: | tozip51.zip(Sep 15 1989, 17.5K) |
TUNDOSummary: | Unarchiving shell and basic file associations
| Download: | tundo.zip(Jun 5 1992, 11.7K) |
ToExpandVersion: | 2.0
| Summary: | ToExpand: Expands all .??_ files
| Download: | toexp2.zip(Nov 7 1996, 9.1K)
|
Index A B C D E F G H I J K L M N O P Q R S T [U] V W X Y Z
U16_VSummary: | Decompress pgm for 16-bit LZW from 'COMPRESS'
| Download: | u16_v12.zip(Feb 9 1989, 8.4K)
|
UC2PROSummary: | UltraCompressor II Pro archiver from AIP-NL
| Download: | uc2pro.exe(Feb 25 1996, 394.4K)
|
UC2RSummary: | UltraCompressor II archiver from AIP-NL
| Download: | uc2r3.exe(Feb 25 1996, 239.5K)
|
UNCRSummary: | Uncrunch CP/M 'Z' files on MSDOS, w/wild cards
| Download: | uncr233.zip(May 7 1989, 19.1K)
|
UNDOSummary: | Shell opens ARC/ARJ/ZOO/ZIP/PAK/LZH w/1command
| Download: | undo_20.zip(Jan 2 1992, 11K) |
UNEXEPSummary: | Unpacks EXEPACKed files w/MS embedded unpacker
| Download: | unexep10.zip(Dec 21 1991, 3.7K)
|
UNLZEXESummary: | Converts LZEXE compressed EXE to original EXE
| Download: | unlzexe8.zip(Aug 28 1992, 14.1K)
|
UNPSummary: | Unpacks all kinds of compressed executables
| Download: | unp411.zip(Apr 9 1996, 34.7K)
|
UNTGZVersion: | 0.95
| Summary: | UNTGZ: Fast & easy tar/tgz/gz extractor
| Download: | untgz095.zip(Feb 26 1997, 159.3K)
|
UNZIPITSummary: | Quickly unzip and scan for virus for ZIP files
| Download: | unzipit.zip(Oct 1 1990, 8.5K) |
UPDATESummary: | PKPAK/ZOO format conversion program
| Download: | update.zip(Oct 18 1988, 16.7K) |
UXARCSummary: | Single interface to ZIP, LZH, PAK archivers
| Download: | uxarc.zip(Jul 12 1989, 7.2K) |
UntarVersion: | 1.14
| Summary: | Tar unpacker (supports LFNs)
| License: | Freeware
| Author: | Michael Husted
| Email: | husted@danbbs.dk
| Download: | untar114.zip(Aug 16 1999, 13.7K)
| Description: | Untar v1.14 unpacks tar-files (Tape ARchives often used in Unix and Linux). Subdirectories and illegal characters in file names (due to different file name formats between DOS and Unix) can be automatically handled by the program. From this version Untar also supports long file names in the DOS-prompt of Win95/98/NT by renaming the files after untaring them.
| | | |
Index A B C D E F G H I J K L M N O P Q R S T U [V] W X Y Z
VZSummary: | Zip file contents viewer supports ANSI color
| Download: | vz10.zip(Mar 11 1989, 7.7K) |
Index A B C D E F G H I J K L M N O P Q R S T U V [W] X Y Z
Waveform ArchiverVersion: | 1.0
| Summary: | Compress & store .wav files
| License: | Freeware
| Email: | denlee@ecf.utoronto.ca
| Homepage: | http://www.ecf.utoronto.ca/~denlee/software.html
| Download: | wavarc10.zip(Aug 4 1997, 136.8K)
| Description: | Waveform Archiver v1.0 is an archiver designed specifically to compress and store ".wav" audio files. WA can compress waveform data in a very efficient manner. With default settings, WA also runs faster than most popular archivers. WA can save space on your hard disk, and reduce upload/download times with on-line services, whenever you need to handle ".wav" files.
| | | |
WWP304ASummary: | Compresses EXE files to executable format
| Download: | wwp304a.zip(Mar 24 1996, 156.3K)
|
WWSSummary: | Shell for WWPACK executable file compressor
| Download: | wws091.zip(Aug 24 1995, 35.8K)
|
Index A B C D E F G H I J K L M N O P Q R S T U V W [X] Y Z
XCHGSummary: | Convert from one compression sys to another
| Download: | xchg_103.zip(Mar 19 1989, 12.4K) |
XEQSummary: | Packs small COM files into one to save space
| Download: | xeq160.zip(Dec 16 1993, 14.2K)
|
XONEVersion: | 2.3
| Summary: | V. Buerg's ARChive split utility (w/ASM)
| Download: | xone23.zip(Oct 12 1987, 8.1K) |
XPA167MSummary: | EXE/COM/SYS/DiskImage/Compressor and Archiver
| License: | Shareware
| Author: | JauMing Tseng
| Email: | xpa@pcmail.com.tw
Download:xpa167m.zip(Jun 14 1998, 144.4K)
Description: | * Pack (Compress) COM/EXE/SYS & Still Executable * Pack Floppy Diskette to Compressed Diskette Image File * XPACK Online Decompression System (TSR) for XPACKed data files * Supports Microsoft 3 1/2" High-Density DMF-format floppy 1.68M * Can restore .XDi to larger diskette (e.g. 1.2M_.XDi to 1.44M disk) * Supports any type of DOS diskette with 512-bytes sector * Support EXE encryption (Compression Method 4) * Compressed EXE is unextractable by some 'Smart' Unpacker(UNP, iUP) * Compressed EXE will verify data integrity while self-extracting * Support wildcards (*,?) filename as argument * Tightest Compression for Compressed Diskette Image File * Optimize EXE header * Compress EXE relocation table * Support Anti-Virus-Recovery-Information for EXE * Can add comment(or copyright message) at the beginning/end of EXE * Provide basic Archiver function(add, extract, list, test)
| | |
XTGZVersion: | 2.5
| Summary: | Zip 2.0 overlay for XTreeGold
| Download: | xtgz20.zip(May 12 1993, 40.7K) |
X_VSummary: | Run compressed prg or batch files out of a ZIP
| Download: | x_v30.zip(Feb 21 1991, 15.8K) |
Index A B C D E F G H I J K L M N O P Q R S T U V W X [Y] Z
Index A B C D E F G H I J K L M N O P Q R S T U V W X Y [Z]
ZAPPSummary: | Like SALAMANDERS (sal00000.zip) but uses PKZIP
| Download: | zapp0000.zip(Nov 5 1996, 249.2K)
|
ZARC ZIP ManagerSummary: | ZARC ZIP Manager: Zip select files by tagging
| Download: | zarc_22.zip(May 21 1992, 44.5K) |
ZDATESummary: | Time/date utility that returns PKZIP format
| Download: | zdate10.zip(Mar 3 1992, 7.9K) |
ZDIFSummary: | Compare 2 dirs/archives or archive & directory
| Download: | zdif21.zip(Sep 27 1994, 83.2K) |
ZDIRSummary: | ZIP dir (multicol,wildcard,-v verbose)
| Download: | zdir18.zip(Jan 26 1993, 27.1K) |
ZFVSummary: | ZFV v.1.2, stand alone archive viewer
| Download: | zfv12.zip(May 10 1991, 55K) |
ZFVSummary: | ZIP format view - technical ZIP file info
| Download: | zfv111.zip(Aug 6 1992, 28.2K) |
ZGREPSummary: | Search/extract ZIP files w/regular expressions
| Download: | zgrep30.zip(Jan 7 1993, 18.9K) |
ZIP Brand FAST!Summary: | ZIP Brand FAST!: Comment ZIP archives quickly
| Download: | zipbr111.zip(Apr 2 1994, 42.9K) |
ZIP CleanVersion: | 1.1
| Summary: | ZIP Clean: Removes unwanted files from ZIP
| Download: | zipcln11.zip(Apr 7 1996, 18.7K) |
ZIP CommentMasterVersion: | 1.2
| Summary: | ZIP CommentMaster: ZIP comment editor
| Download: | zcm12.zip(Mar 26 1992, 135.2K) |
ZIP RunnerSummary: | ZIP Runner: Zip file program mgr / file viewer
| Download: | zrunr30.zip(May 3 1994, 76.4K) |
ZIPCOMSummary: | Add/remove ZIP comments to multiple files
| Download: | zipcom.zip(Nov 27 1994, 8.8K) |
ZIPCVTVersion: | 2.04
| Summary: | Converts ZIPS to maximum compression
| Download: | zipcvt29.zip(May 31 1996, 12.3K) |
ZIPDATESummary: | Changes ZIP archive date to latest member file
| Download: | zipdate.zip(Apr 21 1989, 29.7K) |
ZIPDSSummary: | Update ZIP file date to last member date
| Download: | zipds10.zip(Feb 18 1989, 7.6K) |
ZIPGUNSummary: | Front end utility for PKZIP/PKUNZIP
| Download: | zipgun.zip(Feb 19 1989, 12.7K) |
ZIPOFFSummary: | A ZIP-split program that creates useable ZIPs!
| Download: | zipoff.zip(Jul 2 1991, 27.3K) |
ZIPOTSummary: | Change timestamps of .ZIPs to contents' date
| Download: | zipot11.zip(Feb 25 1989, 11K) |
ZIPPERSummary: | Build ZIPs of limited size from multiple files
| Download: | zipper13.zip(Sep 17 1990, 12.1K) |
ZIPPRSummary: | Front-end for PKZIP/PKUNZIP
| Download: | zippr100.zip(Mar 7 1989, 59.5K) |
ZIPQUIKSummary: | Convert ARC/PAK files to ZIP
| Download: | zipquik4.zip(Feb 16 1989, 11.2K) |
ZIPSEESummary: | See dir and contents of .ZIP file
| Download: | zipsee.zip(Feb 17 1989, 5.3K) |
ZIPSPLSummary: | Split a ZIP file to any size or onto diskettes
| Download: | zipspl12.zip(Aug 25 1992, 19.8K) |
ZIPTVSummary: | ZIP viewer/reader driver program for BBS doors
| Download: | ziptv21.zip(Apr 21 1990, 35.6K) |
ZIPUPSummary: | Strip out or add comments to ZIPs
| Download: | zipup1_1.zip(Oct 15 1989, 15.1K) |
ZIPVSummary: | Read text files inside ZIPs using Buerg's LIST
| Download: | zipv120.zip(Dec 10 1990, 16.4K) |
ZIPVVersion: | 1.07
| Summary: | V.Buerg's ZIP dir lister ver., w/ASM src
| Download: | zipv107.zip(Mar 16 1989, 10.4K) |
ZIPVINCSummary: | List dirs of .ZIP files, MS Share compatible
| Download: | zipvinc.zip(Feb 15 1989, 11.6K) |
ZIPVUSummary: | View text/graphics & execute files inside ZIPs
| Download: | zipvu124.zip(Jan 7 1993, 34.8K) |
ZIPVWVersion: | 2.04
| Summary: | ZIP viewer for NC 3.0&4.0 & VC 4.0
| Download: | zipvw161.zip(May 31 1996, 95.8K) |
ZIPtoolVersion: | 2.83
| Summary: | ZIPtool: Copy/delete/merge/split ZIPs
| Download: | zt283.zip(May 31 1996, 124.9K) |
ZLAB_19CVersion: | 1.9
| Summary: | ZiplabC; a ZIP file tester for PCBoard
| Download: | zlab_19c.zip(Feb 1 1992, 254.7K) |
ZMVersion: | 3.7
| Summary: | ZipMaster, ZIP file compression manager
| Download: | zm37.zip(Feb 20 1995, 132.2K) |
ZOO 910712Summary: | Dhesi's make/extract/view ZOO archives,
| Download: | zoo210.exe(Jul 11 1991, 54.4K)
|
ZQSummary: | ZIP Quick converts ARCs to ZIP
| Download: | zq_706.zip(Mar 27 1989, 31.1K) |
ZSIZESummary: | Breaks large ZIPs into smaller specified size
| Download: | zsize122.zip(Aug 12 1991, 39.5K) |
ZVVersion: | 1.01
| Summary: | ZIP View - ZIP directory lister
| Download: | zv101.zip(Aug 29 1989, 17.4K) |
ZVTESTSummary: | Test ZIPs for damage & viruses (uses SCANV)
| Download: | zvtest11.zip(Dec 30 1989, 112.9K) |
ZZAP66ASummary: | Convert archive types, test integrity/virus
| Download: | zzap66a.zip(Jan 4 1993, 97.5K) |
Zip Chunker ProVersion: | 3.0
| Summary: | Zip Chunker Pro: Splits ARC, ARJ, LHZ, ZIP
| Download: | zcp300.zip(Sep 17 1993, 100.7K) |
Zip ChunkerVersion: | 3.00
| Summary: | Zip Chunker: Fast ZIP and file splitter
| Download: | zc300.zip(Sep 17 1993, 91.2K) |
Zip TerminusVersion: | 6.2c
| Summary: | Zip Terminus: Front-end for PKZIP
| Download: | ztec62c.zip(Dec 6 1992, 66.5K) |
Zip X-RayVersion: | 1.25
| Summary: | Zip X-Ray: View files in ZIPs using LIST
| Download: | zray125.zip(Apr 29 1991, 18.6K) |
ZipStripVersion: | 1.4
| Summary: | ZipStrip: Adds/removes ZIP comments
| Download: | zipstr14.zip(Apr 6 1996, 10.5K) |
ZipadiskVersion: | 2.1
| Summary: | Zipadisk: .ZIP file manager
| Download: | zpdisk21.zip(May 5 1996, 15.8K) |
|
|