home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w043 / 1.ddi / DEMO / CCED.DIR < prev    next >
Encoding:
File List  |  1993-07-07  |  1.2 KB  |  24 lines

  1. Displays a list of files and subdirectories in a directory.
  2.  
  3. DIR [drive:][path][filename] [/P] [/W] [/A[[:]attributes]]
  4.   [/O[[:]sortorder]] [/S] [/B] [/L]
  5.  
  6.   [drive:][path][filename]
  7.               Specifies drive, directory, and/or files to list.
  8.   /P          Pauses after each screenful of information.
  9.   /W          Uses wide list format.
  10.   /A          Displays files with specified attributes.
  11.   attributes   D  Directories                R  Read-only files
  12.                H  Hidden files               A  Files ready for archiving
  13.                S  System files               -  Prefix meaning "not"
  14.   /O          List by files in sorted order.
  15.   sortorder    N  By name (alphabetic)       S  By size (smallest first)
  16.                E  By extension (alphabetic)  D  By date & time (earliest first)
  17.                G  Group directories first    -  Prefix to reverse order
  18.   /S          Displays files in specified directory and all subdirectories.
  19.   /B          Uses bare format (no heading information or summary).
  20.   /L          Uses lowercase.
  21.  
  22. Switches may be preset in the DIRCMD environment variable.  Override
  23. preset switches by prefixing any switch with - (hyphen)--for example, /-W.
  24.