home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / FABULA-1.ZIP / SQ.DOC < prev    next >
Text File  |  1984-03-28  |  768b  |  19 lines

  1.  
  2. SQ.COM - 
  3.  
  4. The purpose of this program is to squeeze all types of files. It is 
  5. most effective on text files and least effective on binary files such
  6. as .EXE and .COM.
  7.  
  8. The output file name is changed so that the middle letter in the 
  9. filetype is changed to a "Q". For example, a file called  ABC.TXT
  10. would be called  ABC.TQT. The input file is not changed.
  11.  
  12. To run the squeezer:
  13.  
  14. SQ filename.filetype               (i.e.  SQ  ABC.TXT)
  15.  
  16. There are no messages displayed while the program is running. Make sure
  17. you have enough disk space to handle the output file (which can be 5% to
  18. 50% smaller than the original depending on the type of file).
  19.