home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / a / ark035.ark / -READ.ME next >
Encoding:
Text File  |  1988-08-07  |  1.8 KB  |  47 lines

  1. _Special_Reminder_:  ARK runs ONLY  on Z80 systems.  No support is
  2. planned for 8080 systems.
  3.  
  4. Usage:
  5.  
  6.      ARK [-bksw] <archive> <file1> . . . <filen>
  7.  
  8.      -b        retain backup of .ARK
  9.      -k        force crunching
  10.      -s        force no compression
  11.      -w        supress warning messages
  12.  
  13.      <archive> = name of archive file (default type = .ARK)
  14.      <filex>   = file to be added to archive (wildcards ok)
  15.  
  16.      ARK  presently  supports  three types  of  members:  type  2 
  17. (uncompressed),  type  3 (ncr encoding - 'packed'),  and  type  8 
  18. (Lempel-Ziv-Welch  encoding - 'crunched').  ARK will  choose  the 
  19. most efficent method of compression and save the file using  that 
  20. format.
  21.  
  22.      In  general,  the command you will use to do  most  of  your 
  23. archiving will be:
  24.  
  25.      A>ARK d:archive e:*.*
  26.  
  27.      Note  that  ARK will either add or replace  members  of  the 
  28. archive,  so  you do not need to specify that it  is  an  update.  
  29. (This example makes (or adds to) D:ARCHIVE all the files on E:.)
  30.  
  31.      On  systems  supporting the BDOS T_GET  (105)  call,  (which 
  32. includes  Z80DOS, Turbo-DOS, MP/M, and I think CP/M+),  the  time 
  33. and date of each member in the archive is set to the current time 
  34. and  date.  On other systems the date is defined by the bytes  at 
  35. 103h-107h as YYMMDDHHMMM.  A future version of ARK will allow for 
  36. systems that support actual date-stamps (Z80DOS and DateStamper).
  37.  
  38.      Please  send  your  problems  or  comments  (please  include 
  39. version number information!) to:
  40.  
  41.      Brian Moore              or GEMAIL to B.E.MOORE
  42.      1550 High Street, #2
  43.      Eugene, OR 97401
  44.      (503) 687-8531 [voice]
  45.  
  46.  
  47.