FOXSQZ

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|sqz}} |released=1993 }} '''FOXSQZ''' is a compression library, and associated '''.SQZ''' compressed arc...")
 
(sample files)
 
Line 48: Line 48:
 
** {{CdTextfiles|ems/emspro20/disk2/FOXUTIL/FOXSQZ.ZIP|FOXSQZ v1.8e}} (~1995-11-22)
 
** {{CdTextfiles|ems/emspro20/disk2/FOXUTIL/FOXSQZ.ZIP|FOXSQZ v1.8e}} (~1995-11-22)
 
** {{CdTextfiles|ems/emspro20/disk2/FOXUTIL/FOXSQZ3.ZIP|FOXSQZ3.ZIP (~1996-02-21)}}
 
** {{CdTextfiles|ems/emspro20/disk2/FOXUTIL/FOXSQZ3.ZIP|FOXSQZ3.ZIP (~1996-02-21)}}
 +
 +
== Sample files ==
 +
* {{DexvertSamples|archive/foxsqzArchive}}

Latest revision as of 02:58, 14 June 2024

File Format
Name FOXSQZ
Ontology
Extension(s) .sqz
Released 1993

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

[edit] 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.

[edit] 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...

[edit] Identification

SQZ files created by the command-line utility start with ASCII "FOXSQZ COMPRESSED FILE", followed by bytes 0x00 0x1a.

[edit] Software

[edit] Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox