home *** CD-ROM | disk | FTP | other *** search
-
- DIR (directory)
-
- PURPOSE:
- Lists the files in a directory.
-
-
-
- COMMAND: USAGE:
-
- dir LISTS ALL FILES with the time and date of
- their last modifications as well as their
- size in bytes.
-
- dir/p Used with a directory with a large number
- of files. This command causes the directory
- display to PAUSE once the screen is full.
-
- dir/w Displays the files in a directory WIDE across
- the screen listing only filenames.
-
- dir Lists all entries in the default directory of
- (followed the specified drive.
- by a specific
- drive name)
-
- example:
- dir c:
-
- example:
- dir c:\w\p
-
- example:
- dir c:\*.*\p
-
-
- SEE ALSO:
- MD (Make Directory)
- CD (Change Directory)
- RD (Remove Directory)
-