home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NULD < prev    next >
Text File  |  1990-10-19  |  3KB  |  90 lines

  1.                            LD (List Directories) 
  2.  
  3.  
  4. Description:   Displays the directory structure of selected drives. In
  5.                versions 4.0 and later, you can specify a starting (path) and
  6.                request a graphic display of its structure. 
  7.  
  8.  
  9. Syntax:        Version 3.0:   LD [(drive:)] [/P] [/W] 
  10.  
  11.                Version 3.1:   LD [(drive:)]... [/A] [/P] [/T | /W] 
  12.  
  13.                Version 4.0, 4.5:   LD [(drive:)][(path)] [(drive:)]...] [/A]
  14.                                    [/G [/N] | /T] [/P] 
  15.  
  16.                                 Parameters: 
  17.  
  18. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  19.                whose directory structure you want to display. Follow the
  20.                letter with a colon. The current drive is the default. In
  21.                versions 3.1 and later, you can provide multiple
  22.                drive-specifier (A:, B:, C:, etc.)s to process more than one
  23.                drive. 
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. (path)         The full name (C:\WP\LETTERS) of the directory you want to
  31.                display. The root directory for the designated drive is the
  32.                default. 
  33.  
  34. /A             Displays the directories on all drives. If a drive can't be
  35.                accessed, LD skips it and does not display an error message. 
  36.  
  37. /G             Displays the directories in a graphic tree structure. 
  38.  
  39. /N             If you include the /G switch, LD uses standard characters
  40.                instead of extended graphic characters to draw the tree
  41.                structure. Use the /N switch if you want to direct the output
  42.                to a device that does not support the extended character set. 
  43.  
  44. /P             Displays the results in pause mode: You initially see one
  45.                screenful of information, and you must press a key to see each
  46.                subsequent screenful. 
  47.  
  48.  
  49.  
  50.  
  51.  
  52. Versions 3.0 and 3.1:    Press any key to see the next screenful. Press the
  53.                          Pause key to pause at any time. You cannot activate
  54.                          pause mode after LD begins executing. Use Ctrl-C
  55.                          (^C) or Ctrl-Break (^[) to stop execution. 
  56.  
  57. Versions 4.0 and 4.5:    Press the Spacebar to see the next screenful. Press
  58.                          the Enter key to scroll up one line at a time. Press
  59.                          any key other than Spacebar, Enter, or Escape to
  60.                          exit pause mode. You can also enter pause mode
  61.                          during normal display by pressing any key other than
  62.                          Escape. Use the Escape (ESC) key to stop execution. 
  63.  
  64. /T             Displays the total number of files. LD displays a total for
  65.                each directory. This switch has no effect if you specify
  66.                either the /G switch or the /W switch. If LD is in pause mode
  67.                (see /P), the utility might pause several times before you see
  68.                a total. 
  69.  
  70. /W             Lists the files and directories in wide format (five entries
  71.                per line). 
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. Example        To print a graphic tree structure of all directories on all
  84.                drives.
  85.  
  86.                Enter:    LD /A /G ) prn 
  87.  
  88. See:           NUFA>, <NUFF>, <NUFI>, <NUFS>, <NUNCD>. 
  89.  
  90.