home *** CD-ROM | disk | FTP | other *** search
/ CD Action 48 / cdactioncoverdisc482000.iso / CDA_MENU / Data / Sound / Spis.txt < prev   
Text File  |  1999-05-24  |  1KB  |  28 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] [/V] [/4]
  5.  
  6.   [drive:][path][filename]
  7.               Specifies drive, directory, and/or files to list.
  8.               (Could be enhanced file specification or multiple filespecs.)
  9.   /P          Pauses after each screenful of information.
  10.   /W          Uses wide list format.
  11.   /A          Displays files with specified attributes.
  12.   attributes   D  Directories                R  Read-only files
  13.                H  Hidden files               A  Files ready for archiving
  14.                S  System files               -  Prefix meaning not
  15.   /O          List by files in sorted order.
  16.   sortorder    N  By name (alphabetic)       S  By size (smallest first)
  17.                E  By extension (alphabetic)  D  By date & time (earliest first)
  18.                G  Group directories first    -  Prefix to reverse order
  19.                A  By Last Access Date (earliest first)
  20.   /S          Displays files in specified directory and all subdirectories.
  21.   /B          Uses bare format (no heading information or summary).
  22.   /L          Uses lowercase.
  23.   /V          Verbose mode.
  24.   /4          Displays year with 4 digits (ignored if /V also given).
  25.  
  26. Switches may be preset in the DIRCMD environment variable.  Override
  27. preset switches by prefixing any switch with - (hyphen)--for example, /-W.
  28.