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 / ENTERPRS / CPM / UTILS / F / LD301.LBR / LD3.SZT / LD3.SET
Text File  |  1992-01-30  |  2KB  |  38 lines

  1. LD  options can be selected by using SID or EDFILE and  modifying 
  2. bytes beginning at 203H as follows:
  3.  
  4. 203H:    Read-only flag.  0=R/W,  non-zero = Read only.   Lbrdisk 
  5.          sets  the  library  drive to read-only if  more  than  1 
  6.          library is specified regardless of this setting.
  7.  
  8. 204H:    Number of pages for directory RSX.   In addition to  the 
  9.          library RSX being loaded,  a second RSX is built to hold 
  10.          the library FCBs and member names.   Each library FCB is 
  11.          41  bytes,  each  archive FCB is 82 bytes,  each  member 
  12.          entry is 23 bytes, plus a 27 byte RSX header.  Currently 
  13.          set to 8 pages (2k).
  14.  
  15. 205H:    Maximum  number of LBR RSX's allowed.   Currently set to 
  16.          2.
  17.  
  18. 206H:    Minimum library drive (1=A:,2=B:,etc).
  19.  
  20. 207H:    Maximum Library drive.
  21.  
  22. 208H:    Maximum library user number.
  23.  
  24. 209H:    Secure mode (for RCPM use).  0 = non-secure,  non-zero = 
  25.          rename .COM to .OBJ, .PRL to .OBP.
  26.  
  27. 20AH:    Allow  a different Drive/User for the Library  from  the 
  28.          original Library/Archive. (0=no, non-zero=yes).
  29.  
  30. 20BH:    User/Drive  which  is not allowed to be allocated  as  a 
  31.          library.   High  nibble=user,  low  nibble=drive.   This 
  32.          should  be set to the location of your system COM files, 
  33.          in  particular  LD.COM,  otherwise  if  you  allocate  a 
  34.          library to this drive/user,  you won't have access to LD 
  35.          for removal of the library!  Currently set to 0 (A0:)
  36.  
  37. 20CH:    Issue DIR command (0=no, non-zero=yes)
  38.