home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / arc-lbr / ark11.ark / -READ.ME next >
Text File  |  1989-09-08  |  3KB  |  62 lines

  1. _Special_Reminder_:   ARK runs ONLY  on Z80 systems.  No  support 
  2. is 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 and du:
  15.                  are supported)
  16.  
  17.      ARK  presently  supports  three types  of  members:  type  2 
  18. (uncompressed),  type  3 (ncr encoding - 'packed'),  and  type  8 
  19. (Lempel-Ziv-Welch  encoding - 'crunched').  ARK will  choose  the 
  20. most efficent method of compression and save the file using  that 
  21. format.
  22.  
  23.      In  general,  the command you will use to do  most  of  your 
  24. archiving will be something like:
  25.  
  26.      A>ARK d:archive e:*.*
  27.  
  28.      Note  that  ARK will either add or replace  members  of  the 
  29. archive,  so  you do not need to specify that it  is  an  update.  
  30. (This example makes (or adds to) D:ARCHIVE all the files on E:.)
  31.  
  32.      On  systems  supporting the BDOS T_GET  (105)  call,  (which 
  33. includes  Z80DOS, Turbo-DOS, MP/M, and I think CP/M+),  the  time 
  34. and date of each member in the archive is set to the current time 
  35. and   date.  
  36.  
  37.      For  those of you with Z80DOS-type date  stamping,   I  have  
  38. included  a file called ARKDATE.MAC that does date  stamping  for  
  39. individual files in an archive using the 'last-modify'  date  and 
  40. time  stamp.   As a side effect (which looks pretty neat,  so   I 
  41. left it that way) it sets the time/date to all zeros if there  is 
  42. no date stamp for a file, which makes UNARC (and probably ARC  as 
  43. well) put empty spaces in the date area of a file listing.
  44.  
  45.      If your system insists on using something other than  Z80DOS 
  46. type calls, then you're going to have to write your own  overlay.  
  47. You   are  certainly  welcome  to use  the  one  provided  as  an  
  48. example.   (Just to put my money where my mouth is, even  I  must 
  49. use  the  overlay to make ARK get the dates from  Z80DOS  --  the 
  50. 'standard ' version always uses an arbitrary date.)
  51.  
  52.  
  53.      Please  send  your  problems  or  comments  (please  include 
  54. version number information!) to:
  55.  
  56.      Brian Moore              or GEMAIL to B.E.MOORE
  57.      1048 Lincoln Street, #1
  58.      Eugene, OR 97401
  59.      (503) 687-8531 [voice]
  60.  
  61.  
  62.