CompCrun

CompCrun is a file compressor/archiver totally written in QBasic 4.5. The compression ratio is very good for a program written in QBasic. CompCrun uses the commandline and is similar to other commandline file compressors. When using the LZSS compression mode a bigger dictionary mostly gives better compression ratio but is slower and needs more memory (about 40kb max). Currently there are only DOS 8.3 filenames supported. Different compression modes (STORE / RLE / LZSS / HUFF).