home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c128 / os / cs-dos / cs-batch.sfx / cd.txt < prev    next >
Encoding:
Text File  |  1990-02-12  |  804 b   |  25 lines

  1.   Command:     CD
  2.  
  3.   Author:      Randy Winchester
  4.   
  5.   Date:        14 February 1993
  6.  
  7.   Syntax:      CD [d:] directory-name
  8.  
  9.   Function:
  10.  
  11.   The CD command changes subdirectories on 1581 disk drives.  This version
  12. of CD offers several improvements over the original version included with
  13. CS-DOS.  CD entered without an argument displays the syntax.  CD also
  14. accepts an optional drive specification, and can go to the root partition
  15. if called for while logged into another drive.
  16.  
  17.   Examples:
  18.  
  19.   cd                     displays usage syntax
  20.   cd source              opens directory named "source"
  21.   cd b:games             opens directory named "games" on drive b
  22.   cd /                   close subdirectories (return to root directory)
  23.   cd c:/                 return to root directory on drive c
  24.  
  25.