SQ (program)

From Wikipedia, the free encyclopedia

SQ was a program used in the early 1980s on both MS-DOS and CP/M computer systems to compress files so they use less space. Files compressed by SQ are identified by changing the middle initial of the extension to "Q", so that text files ended with the extension .TQT, executable files ended with the extension .CQM or .EQE, documents with .DQC, etc.

Groups of files were often combined into an archive using the LU program, which created .LBR files containing all the files needed for a particular group, such as all the files needed to install an application. Typically such files were either individually compressed (because LU did not compress files) or the LBR archive was itself compressed with SQ.

With the development of the ARC program (which combined both compression and archiving into one program) and its ARC archive file format, SQ essentially became obsolete.