DIR

Displays a list of files and subdirectories in a directory.
 
DIR [path][filename] [/P] [/W] [/A[[:]attributes]] [/O[[:]sortorder]] [/T[[:]timefield]] [/S] [/B] [/L]
 
  /P Pauses after each screenful of information.
  /W Uses wide list format.
  /A Displays files with specified attributes
    (A[rch], D[ir], R[eadonly], S[ys], H[idden], prefix with "-" for NOT).
  /O List by files in sorted order
    (N[ame], E[xt], S[ize], D[ate], G[roup dirs] Prefix with "-" to reverse).
  /T Controls  time used in displaying and sorting
    (C[reation], W[rite], A[ccess]).
  /B No headers.
  /S Recurse in subdirectories.
  /L Lowercase names.