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 / CCP104.NOT < prev    next >
Text File  |  1986-10-17  |  1KB  |  34 lines

  1. Jim Lopushinsky
  2. July 14, 1986
  3. Edmonton Alberta, Canada
  4.  
  5. Version 1.04 incorporates the following features:
  6.  
  7. 1.    EXDRV and EXUSR variables added to CMDRUN library processor.
  8.     These set the excluded drive/user combination to exclude the
  9.     search for COMMAND.LBR.  It is now safe to allow the use of
  10.     the library processor in an RCPM environment.  Set these
  11.     variables to the UPLOAD area of your system.  It prevents
  12.     callers from uploading a COMMAND.LBR of their own, and executing
  13.     .COM files from within it via your library processor.
  14.  
  15. 2.    Fixed a problem with command chaining.  The chain function
  16.     now properly works within submit files.
  17.  
  18. 3.    Added the option of displaying caller's connect time instead
  19.     of the current time at the prompt.  Routines courtesy of
  20.     Stuart Rose.
  21.  
  22. 4.    Changed the FLAGS byte to equates.  This allowes the CCP to
  23.     stay within the 25 sectors size of the original CCP from DRI.
  24.     If all of the options are selected, however, the CCP may still
  25.     be larger than 25 sectors, and you may have to modify your BIOS,
  26.     or use a special loader to install the CCP.  One such loader
  27.     for the Osborne by George Peace is included in this library.
  28.     The disadvantage with equates instead of a flags byte is that
  29.     the source has to be assembled each time an option is changed.
  30.  
  31. 5.    Included a name for the multi-line RSX produced by the CCP
  32.     (NEXTCMND).
  33.  
  34.