FOXSQZ
FOXSQZ is a compression library, and associated .SQZ compressed archive format. It was developed by Master Creative Software. It is designed to work with the FoxPro database software.
Some distributions of FOXSQZ include FOXSQZ.EXE, a command-line utility for DOS. Others do not.
Contents |
Format details
FOXSQZ supports at least two compression schemes.
The "Max" compression scheme is based on PKWARE DCL Implode, but modified in some way (segmented?).
The "Fast" compression scheme hasn't been evaluated.
Examples
Here are some examples of using the command-line utility.
To list contents:
FOXSQZ L EXAMPLE.SQZ
To extract files:
FOXSQZ U EXAMPLE.SQZ
To create an archive, "Fast" compression:
FOXSQZ SCF EXAMPLE.SQZ FILE1...
To create an archive, "Max" compression:
FOXSQZ SCM EXAMPLE.SQZ FILE1...
Identification
SQZ files created by the command-line utility start with ASCII "FOXSQZ COMPRESSED FILE
", followed by bytes 0x00 0x1a
.
Software
- FOXSQZ - Distributions that include a command-line utility
- FOXSQZ v1.6i (1994-03-14)
- FOXSQZ 1.9c (1997-12-11)
- FOXSQZ - Other
- FOXSQZ v1.7 (~1994-10-24)
- FOXSQZ v1.8c (~1995-03-06)
- FOXSQZ v1.8d (~1995-05-11)
- FOXSQZ v1.8e (~1995-11-22)
- FOXSQZ3.ZIP (~1996-02-21)