home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / zcat / ldrdsk23.lbr / LBRDSK23.NQT / LBRDSK23.NOT
Text File  |  1991-01-30  |  1KB  |  30 lines

  1. Feb 13/85
  2.  
  3.     LBRDSK has been corrected to comply with an undocumented feature
  4. in CP/M (all versions from 2.2 to Concurrent DOS).  There are several
  5. programs around that use the MFNAME or MFACCESS subroutines written
  6. for the MODEM7 series to implement Batch file transfers.  It goes like
  7. this:
  8.     In none of the official Programmer's Guides for any version of
  9. CP/M does it say that an FCB is required for Search Next (function 18).
  10. However, if the FCB passed to Search First contains an unambiguous
  11. file reference (i.e. no question marks), then the Search Next function
  12. requires an FCB passed in reg DE (for CP/M-80) or DX (for CP/M-86).
  13. The MFNAME and MFACCESS routines use this undocumented feature to
  14. open and use files between search requests without the need to build
  15. a table of valid filenames before using them.
  16.  
  17.     The following programs may not work properly in previous
  18. releases of LD and LBRDISK:
  19.  
  20.     MODEM7 in batch file mode (all versions)
  21.     CRCK
  22.  
  23. NOTE:    It is no longer necessary to patch the BDOS address in LBRDISK
  24.     version 2.3.  Also, you must use SETRSX version 1.1 as supplied
  25.     in the library.  Version 2.3 will not work with the old version
  26.     of SETRSX.
  27.  
  28.  
  29. Jim Lopushinsky
  30.