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 / XD.HZP / XD.HLP
Text File  |  2000-06-30  |  3KB  |  65 lines

  1. ;
  2.                                    XD.COM                                     
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (29)   E576  1.3c       Howard Goldstein 11/86   Z3COM11
  6.  
  7.   1- Syntax/Options  2- Notes  3- Error Messages  4- Examples of Use          
  8.  
  9.    XD displays  a formatted,  alphabetized listing  of the contents of  a disk
  10. directory.  XD is  completely compatible with XDIR in terms  of the options it
  11. accepts and how  it  operates.  However,  the  file  scanner  and  disk output
  12. facilities have been removed from XD.  Hence, the D, F,  and I options are not
  13. available.  As a result, XD is about half  the size of  XDIR and has  a larger
  14. memory buffer in which to load files.
  15.  
  16.    The defaults of XD can be changed in the same fashion as those of XDIR.
  17. :1
  18.  
  19.    Syntax:  XD dir:afn ooo...
  20.  
  21.         or  XD /ooo...
  22.  
  23.   Options:  Aa  -->  indicate attributes of files to be selected
  24.                      a=A for All files (system and non-system)
  25.                      a=N for Non-system files [default]
  26.                      a=S for System files
  27.             Oo  -->  select output features
  28.                      o=A to disable display of file Attributes (R,S)
  29.                      o=F to Form feed printer when display done
  30.                      o=G to Group files by name and type
  31.                      o=H to display files in Horizontal format
  32.             P   -->  send display to printer
  33.             PF  -->  send display to printer with trailing form feed
  34. :2
  35.  
  36.  
  37. XD Notes:
  38.  
  39.    a. Version 1.3 adds modifications for RCP/M use to disallow options A and P
  40.       unless the wheel is set; adds ^S pausing;  and fixes column alignment in
  41.       the horizontal display mode.
  42. :3
  43.  
  44. Error Messages:
  45.  
  46.    "TPA Error"  -->  not enough room in memory to load the disk directory
  47. :4
  48.  
  49. Examples of Use:
  50.  
  51.    a. XD                  --> display the non-system files in the current 
  52.                               directory in the following fashion:
  53.                                    1. sorted by file type and name
  54.                                    2. vertical format
  55.                                    3. R/O and SYS attributes included
  56.  
  57.    b. XD *.COM AAOA       --> display both non-system and system files which 
  58.                               match *.COM in the following fashion:
  59.                                    1. sorted by file type and name
  60.                                    2. vertical format
  61.                                    3. no attribute included in display
  62.  
  63.    c. XD ROOT:*.COM AAOA  --> same as above, but display only files 
  64.                               in directory named ROOT   
  65.