home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsr / s3uzip13 / READ.ME next >
Text File  |  1994-04-18  |  2KB  |  63 lines

  1. s3uzip13.zip (30K)
  2.  
  3. This archive contains an EPOC binary for version 1.3 of Unzip
  4. for the Series 3, plus some documentation.
  5.  
  6. This port is based on the Samuel H. Smith / Info-ZIP team source
  7. code, as distributed in UNZIP50.ZIP in free_software/sources.
  8.  
  9. Version 1.3 adds support for unzipping from remote files across
  10. the serial link using Mclink. This did not work in prior versions
  11. due to failure of the CLIB stat() function across filesystems.
  12. See below for an example of remote unzipping.
  13.  
  14. Version 1.3 *removes* support for the old (prior to Pkzip 2.0)
  15. compression methods. This is to save space (and hence memory) and
  16. reflects the fact that such archives are increasingly rare.
  17.  
  18. To use, you need version 1.1 of RUN.APP (included in the archive)
  19. as the front-end for the UNZIP.IMG file. UnZip requires
  20. considerable free memory to run, so its not suitable for
  21. unzipping other than small files to the internal drive.
  22.  
  23. See the enclosed file RUN.DOC for brief notes on installing and
  24. using the RUN utility. Here are some examples of the use of the
  25. 'Initial path' parameter with UnZip:
  26.  
  27.   Command line:  -l a:\transfer\myzip
  28.   Initial path:
  29.  
  30.   Command line:  -l myzip
  31.   Initial path:  a:\transfer
  32.  
  33. Where only a listing of the archive contents is requested, the
  34. two forms above are identical. Where an archive extraction is
  35. specified however, the 'Initial path' parameter specifies the
  36. directory to which the files archived should be extracted. For
  37. example:
  38.  
  39.   Command line:  a:\transfer\myzip
  40.   Initial path:  b:\
  41.  
  42. will cause the files in MYZIP.ZIP in the specified directory to
  43. be extracted to the root directory of drive B. Note that the full
  44. path name of the archive must be specified on the command line.
  45.  
  46. As of this version, remote files can be unzipped using Unzip and
  47. Mclink. N.B. Slink should *not* be used as it is buggy in this
  48. respect, and will fail for remote files >32K in length. An
  49. example:
  50.  
  51.   Command line: rem::f:\download\newstuff
  52.   Initial path: a:\
  53.  
  54. will extract the remote zipfile on the PC to the SSD in drive A
  55. on the S3. This is the fastest way to move bulk data from PC to
  56. S3.
  57.  
  58. -------------
  59. David Palmer
  60. Edinburgh
  61. April, 1994
  62.  
  63.