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 / ZCPR33 / S-Z / ZFDOCS.LBR / ZF10C.DZC / ZF10C.DOC
Text File  |  2000-06-30  |  2KB  |  40 lines

  1.    Version 10C of ZFILER has a few changes to take advantage of ZCPR33
  2. facilities.
  3.  
  4.  
  5.             +--------------------------------------------------+
  6.         |                               |
  7.             |     DO NOT USE ZFILER VERSION 10C UNLESS YOU     |
  8.             |      HAVE ZCPR315, ZCPR33, OR BACKGROUNDE        |
  9.         |                               |
  10.             +--------------------------------------------------+
  11.  
  12.  
  13.    The most important change is that the 'Z' command can be set to log into
  14. the current directory without the annoying warmboot that used to be required
  15. (ZCPR33 has a facility that allows directories to be changed from within a
  16. program).  This version also queries the option bytes at the beginning of
  17. ZCPR33 to determine whether user numbers above 15 can be logged into.  If
  18. so, ZFILER will do likewise.  The option bytes are also used to determine
  19. how password checking is to be handled.  If the option byte indicates that
  20. the command processor is not checking passwords, then neither will ZFILER. 
  21. If the command processor bypasses password checking when the wheel byte is
  22. set, so will ZFILER.
  23.  
  24.    If ZFILER detects that ZCPR33 is not running (perhaps BGii is running
  25. instead), then it will use default values for the option bytes.  It will not
  26. allow logging into user areas above 15, will assume that passwords are to be
  27. checked, but will bypass that checking if the wheel byte is set.
  28.  
  29.    Four versions of the code are included in the library.  They are
  30. distinguished by the last two or three characters in the file name.  If
  31. there is a '+' at the end, then DateStamper support is included.  'R4' means
  32. that reverse video and four columns of files; 'D5' means dim video
  33. highlighting and 5 columns of files.
  34.  
  35.    ZFCNF.Z80 is a configuration for changing some of the patchable options. 
  36. It contains instructions for its use.
  37.  
  38.                     Jay Sage
  39.                     May 8, 1987
  40.