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 / BEEHIVE / ZSUS / Z3HELP-6.LBR / X.LBR / XDSK.HZP / XDSK.HLP
Text File  |  2000-06-30  |  2KB  |  54 lines

  1. ;
  2.                                    XDSK.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (28)   2014  1.3        Bill Christian 7/87      Z3COM11
  6.  
  7.   1- Syntax/Options  2- Notes  3- Error Messages                              
  8.  
  9.    XDSK is  derived from LDSK (Log in DiSK) vs 1.1  by Wilson H. Bent Jr.   It 
  10. logs in  disk  directories  by  copying  the Named Directory Buffer,  clearing
  11. entries for the current disk, then searching for files of the form '-???????',
  12. which are assumed to be names of directories.   Using these,  a  new NDBuff is 
  13. built, which replaces the old  one.  Names are sorted upon re-write to NDBuff.
  14.  
  15.    XDSK also prints  out  the  User Number  and Name.   The number of names is 
  16. limited only by space in the system NDR buffer (in LDSK there was  a  limit of 
  17. 14).  Password entry is optional and cleared to spaces.   Lower-case names are 
  18. also allowed.
  19. :1
  20.  
  21.  
  22.    Syntax:  XDSK <cr>        <-- logs in the current disk drive
  23.  
  24.    XDSK provides no ZCPR3 help message.
  25. :2
  26.  
  27. XDSK Notes:
  28.  
  29.    a. NDBuff entries are:
  30.         Disk: 1 byte (A = 1, B = 2, M = 0Dh)
  31.         User: 1 byte
  32.         Name: 8 bytes (space-filled)
  33.         Pass: 8 bytes (ditto)
  34.  
  35.    b. Version 1.3 adds  the ability  to read ' ???????' files in  addition  to
  36.       dash-files (now DISCAT compatible).  Also eliminates external .LIB file.
  37.       Z80ASM, as well as M80, can now assemble XDSK without any modifications.
  38.  
  39.    c. Version 1.2 converts XDSK to a True ZCPR3 utility,  adds the ability  to 
  40.       read an .NDR file from the target  disk and  use it to update the system 
  41.       named directory buffer.   If an .NDR file is not present, dash-files are 
  42.       used.
  43. :3
  44.  
  45.  
  46. Error Messages:
  47.  
  48.    a. 'Unable to find Dash, Space
  49.        or .NDR files on this disk.'
  50.  
  51.    b. 'No *.NDR files found!'
  52.  
  53.    c. 'This is a ZCPR3 program ONLY!'
  54.