home *** CD-ROM | disk | FTP | other *** search
- Command: CD
-
- Author: Randy Winchester
-
- Date: 14 February 1993
-
- Syntax: CD [d:] directory-name
-
- Function:
-
- The CD command changes subdirectories on 1581 disk drives. This version
- of CD offers several improvements over the original version included with
- CS-DOS. CD entered without an argument displays the syntax. CD also
- accepts an optional drive specification, and can go to the root partition
- if called for while logged into another drive.
-
- Examples:
-
- cd displays usage syntax
- cd source opens directory named "source"
- cd b:games opens directory named "games" on drive b
- cd / close subdirectories (return to root directory)
- cd c:/ return to root directory on drive c
-
-