home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / 19148 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  1.5 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!enterpoop.mit.edu!ira.uka.de!smurf.sub.org!artcom0!hb.maus.de!Stefan_Westmeier
  2. From: Stefan_Westmeier@hb.maus.de (Stefan Westmeier)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: Compress.ARC
  5. Message-ID: <A16078@HB.maus.de>
  6. Date: 2 Jan 93 17:51:00 GMT
  7. References: <A15561@HB.maus.de>
  8. Organization: MausNet (Mitglied im IN e.V.)
  9. Lines: 27
  10. X-Gateway: MausGate/News 1.14D/hb
  11.  
  12. r>The program itself had a .prg extender, so I just run it... it just "hung."
  13. r>Then I renamed it to compres.ttp and passed "filename.ext" to it like it
  14. r>said
  15. r>in the instructions.  It gave back "filename.ext.Z already exists; Not
  16. r>overwritten." and just "hung" again.  Then I chopped off the extender and
  17. r>passed just "filename" and no messages... just hung there.  I assume it
  18. r>crashed
  19.  
  20. If you want to compress a file in TOS, you should give a filename without
  21. an extension like this, otherwise it will try to create filename.ext.z,
  22. which is not allowed in TOS ( unless you use UNIXMODE ):
  23.  
  24.      compress filename        -> creates filename.z where filename.z
  25.                                  is compressed
  26.  
  27.  
  28. If you want to uncompress a file in TOS, it should have the extension .z
  29. and you must do the following:
  30.  
  31.      compress -d filename.z   -> creates filename where filename
  32.                                  is uncompressed
  33.  
  34. Ciao, Stefan.
  35. --
  36. Stefan Westmeier          |  stefan_westmeier@hb.maus.de
  37. Schaphuser Str. 24        |  litfox@informatik.uni-bremen.de
  38. D-W 2800 Bremen 41        |  litfox@biba.uni-bremen.d
  39.