home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / DIR.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  958 b   |  20 lines

  1. COMMAND:  DIR (Directory)
  2.  
  3. FUNCTION: Lists information on all or only selected entries in a directory.
  4.  
  5. FORMAT:   DIR [d:][path][filename[.ext]][/P][/W]
  6.  
  7. TYPE:     DOS internal command
  8.  
  9. REMARKS:  /P causes the display to pause when the screen is full.
  10.           /W produces a wide display of the directory, including only the
  11.           file names and directory names.
  12.           Information listed includes the volume name,the amount of free space
  13.           left on the disk,and for each file, the size in decimal bytes and
  14.           the time and date it was last written to. Global filename characters
  15.           may be used. If no directory is specified, the current directory is
  16.           used. Sub-directories are listed with the extension <DIR>. The two
  17.           special directory entries,. and .., refer to the current directory
  18.           and to the parent directory, respectively, and may be used as the
  19.           arguement of DIR.
  20.