home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / dir / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  21 lines

  1.                                DIR
  2.  
  3. The DIR internal command lists information about files in a directory. For 
  4. each file, the filename and extension (or <DIR> for a subdirectory), size of 
  5. the file, and creation date and time is listed. The list is in the order the 
  6. files appear in the directory, followed by the amount of space left on the 
  7. disk. The date format is described in the DATE command topic.
  8.  
  9.     DIR [d:][pathname][filename[.ext]] [/P] [/W]
  10.  
  11. [d:][pathname][filename[.ext]] specifies the file(s) to list. Wildcard 
  12.     characters can be used. *.* is assumed if the filename and ext are 
  13.     both omitted.f
  14.  
  15. /P causes the display to pause when the screen is full.  When you press the
  16.     Enter, Return, or <──┘ key the listing will continue.
  17.  
  18. /W provides a wide display, with each line displaying 5 filenames. Only the
  19.     filenames and extension names, and amount of space left on the disk, will
  20.     be displayed. The ATTRIB command can also list filenames (only). 
  21.