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 / CPM / CPM3 / CCP105P.ARK / CCP102A.NOT < prev    next >
Text File  |  1986-10-17  |  1KB  |  25 lines

  1. Oct 3, 1985
  2. Jim Lopushinsky
  3.  
  4. CCP102 has 2 bugs relating to loading of .SUB files from a
  5. Command library.  These have been corrected in version 1.02A
  6.  
  7. 1.    If the .SUB file is passed a command tail with a string
  8.     longer than 8 characters, it is terminated with "command
  9.     not found."
  10.  
  11. 2.    When using LD in write-protect mode, the CCP will go into
  12.     an endless loop trying to erase $$$.SUB from within the
  13.     write-protected library.
  14.  
  15. Note that if using LD, use SETDEF to set the Temporary file drive
  16. to the same drive as the drive/user that LD does not allow for
  17. Libraries.  Also, the *NEW* patch to SUBMIT.COM must be installed
  18. by running SUBMOD1.SUB.  This patch will always force SUBMIT to
  19. build its SYSINxx.$$$ file in user 0 of the temporary file drive.
  20. This will safely allow execution of .SUB files from within Libraries
  21. when using LD in write-protect mode, and will prevent libraries from
  22. growing in size when using LD in read/write mode.
  23.  
  24.  
  25.