home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gigop806.zip / INSTALL.DOC < prev    next >
Text File  |  1994-07-28  |  1KB  |  26 lines

  1. So you're interested in using GZIP with your batched news and GIGO, eh?
  2. Follow these steps:
  3.   o Obtain the _modified_ gzip executables made specifically for GIGO.
  4.     You should have them already, if you are reading this.
  5.   o Make sure your HOST is going to understand gzip'ed news
  6.     sent to his system (uses #! gunbatch instead of #! cunbatch)
  7.   o ask your host to start _sending_ you gzip'd batches
  8.  
  9.  
  10. Now, for the technical part:
  11.   Go to your gateway.cfg file; you are going to modify your 
  12.   COMPRESS, DECOMPRESS, and FASTCOMPRESS statements to:
  13.     COMPRESS GZIP.EXE -m     ; -m says create #! gunbatch
  14.     DECOMRESS GZIP.EXE -d    ; -d says decompress
  15.     FASTCOMPRESS             ; tells GIGO you are using a GIGO specific 
  16.                              ; version of the compression software
  17.  
  18. Voila .. :-)
  19.  
  20. NOTE:  IF YOU ARE RUNNING THE OS/2 VERSION OF GIGO, YOU MUST BE RUNNING
  21. THE OS/2 VERSION OF COMPRESS OR GZIP!  Most other utilities can be
  22. ran as DOS applications, but the compression software must be the 
  23. proper version for the operating system you are running under.
  24.  
  25.  
  26.