home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / diskutil.zip / chd.doc < prev    next >
Text File  |  1999-12-05  |  598b  |  19 lines

  1. Purpose:
  2. I wrote this program to change directories and drives.  
  3.  
  4. Usage:  Directory to be changed to  X:\tree
  5.     from c:        chd x:\tree
  6.     or from x:    chd tree
  7.     If the directory has a space in the name do not use the " like you would for 
  8.     cd.  i.e.  for "test tree" cd would be cd "test tree" but chd would be 
  9.     chd test tree
  10.  
  11. What it does:
  12. Changes to another directory even if it is on another drive.
  13.  
  14. Known Features/Bugs:
  15. None known.
  16.  
  17. Disclaimers:
  18.  
  19. There are no guarantees with this program, though there are no known reasons that this program should cause any problems.