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 / Z3HLP02.ARK / S.LBR / STATPAT.HZP / STATPAT.HLP
Text File  |  1990-03-23  |  1KB  |  31 lines

  1. ;
  2.                                  STATPAT.Z80                                  
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (23)   346A  2.0        Howard Goldstein 8/87    Z3COM8
  6.  
  7.   1- Assembly                                                                 
  8.  
  9.    STATPAT.Z80 patches STAT.COM to work under ZCPR 3.3.  
  10.  
  11.    Some of  the options  of DRI's  STAT.COM  do  not work under  ZCPR 3.3.  In
  12. particular,  the options that end with a colon, such as DSK: DEV:, etc.,  fail 
  13. because of the way  Z33 sets  up  the default FCB's  when  it  can't resolve a 
  14. directory spec.  (That's what it thinks these commands are!)  The code in this 
  15. patch checks the bad  directory flag in  the first default FCB.   If it is set 
  16. and the file name field is blank,  this code  makes the file name nonblank and 
  17. clears the drive byte.  When STAT sees the FCB set up in this way,  it assumes
  18. that  one of  its special commands is present.   It then processes the command 
  19. by reading it from the command tail.
  20. :1
  21.  
  22.  
  23. Installation:
  24.  
  25.  
  26.    To install this patch,  1) assemble to a HEX file
  27.  
  28.                            2) overlay STAT.COM using MLOAD or a debugger:
  29.  
  30.                                 MLOAD STAT.COM=STAT.COM,STATPAT.HEX
  31.