home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ZSYS / ZSYSARK / Z3HLP01.ARK / E.LBR / EXTEND.HZP / EXTEND.HLP
Text File  |  1990-03-23  |  3KB  |  58 lines

  1. ;
  2.                                EXTEND.COM                                    
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. EXTEND.COM     1k (8)    6193  1.2        Carson Wilson 5/89       Z3COM3
  6. EXTEND.4OM     2k (15)   9497  1.2        Carson Wilson 5/89       Z3COM3
  7.  
  8.   1- Syntax  2- Notes                                                        
  9.  
  10.  
  11.  
  12.    EXTEND  is a fast file-append utility.   It may be useful as a quick-update
  13. notations file handler.  Original vs 1.0 (9/81) by Ron Fowler.
  14. :1
  15.  
  16.  
  17.    Syntax:  EXTEND <filename> <string>
  18.  
  19.    ...which appends <string> to end of file <filename>
  20.  
  21.    'EXTEND //' will display a brief help message.
  22. :2
  23.  
  24. EXTEND Notes:
  25.  
  26.    a. Vs. 1.2:
  27.       o Uses Z80 opcodes.   
  28.       o Uses DSEG for smaller program size.   
  29.       o Senses ZCPR quiet flag and  displays  no informative messages if Quiet 
  30.         flag active.   Patchable byte at [QUIET> reverses sense  of ZCPR quiet 
  31.         flag, showing messages only if Quiet is active.   Under CP/M,  [QUIET> 
  32.         always gives quiet operation if set to a nonzero value.  
  33.       o Program ID included in error messages.   
  34.       o Allows lower case:  "%>" in string  sets to lower case,  "%<" to upper 
  35.         case.  "%c" sends other characters "c" using current case,  "%%" sends 
  36.         a single "%" to file (same as  ZCPR ECHO command).   Patchable byte at 
  37.         [CASE> makes lower case the default if set to 20 hex.   
  38.       o Now uses "%|" to imbed CRLF within a line of input text.
  39.  
  40.  
  41.  
  42. EXTEND Notes (cont'd):
  43.  
  44.    b. Vs. 1.1:
  45.       o Accepts "DU:" and "DIR:" form as well as  "D: " under ZCPR3-compatible 
  46.         environments.   This is enabled  by installing  EXTEND  with  Z3INS or 
  47.         Z-RIP,  or automatically by later versions  of the Z3 and BGii command 
  48.         processors.  
  49.       o Skips terminating CR/LF if the appended string begins with a "/".  The
  50.         "/" is discarded.  
  51.       o A "|" in the appended  string is interpreted  as  a  mid-string CR/LF.  
  52.         Aborts on  a line buffer overflow  condition,  which can happen rather 
  53.         easily because of  a combination  the "|"=CR/LF  feature  and the fact 
  54.         that pre-3.3 versions of Z3 command processor do no adequately protect
  55.         the  TPA from encroachment by the command tail.   This situation can't 
  56.         happen under 3.3 or BGii.
  57.         syntax error.
  58.