home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DIR / CCD20.ZIP / CCD.DOC next >
Encoding:
Text File  |  1992-05-22  |  2.8 KB  |  61 lines

  1. Name:           CCD.EXE         (Version 2.0     05/22/92)
  2.  
  3. Purpose:    If you think the DOS's CD (Change Dir) is too stupid and
  4.         other CD programs are too big, here is a small, user-
  5.                 friendly and easy to use CD program -- CCD!
  6.  
  7.                 If you know DOS's CD command , you can be familiar with CCD
  8.                 in 5 min.  Try it.  You will like it.
  9.  
  10.      +---------------------------------------------------------------------+
  11.      |  CCD IS FREE!                                                       |
  12.      |                                                                     |
  13.      |  Without changing this document (CCD.DOC) and the execution file    |
  14.      |  (CCD.EXE), you are welcome to distribute CCD (must accompany with  |
  15.      |  this document) as widely as you want.                              |
  16.      +---------------------------------------------------------------------+
  17.  
  18. Installation:   No installation is needed.  All you need is CCD.EXE.
  19.  
  20. Usage:        ccd [d:][path]
  21.  
  22. Features:       1. CCD can change drive and path in one step.
  23.         2. CCD accepts wildcard letters (* and ?).
  24.                 3. If you put any wildcard letters in destination path name,
  25.                    CCD will ask you to confirm the path.  (default is YES:
  26.                    even if you press Ctrl-C)
  27.         4. If there is no parameter, CCD will print current path.
  28.                 5. CCD accepts "any depth" (...) command.
  29.                    (see examples below)
  30.  
  31. Examples:    ccd
  32.         ccd c:\msc
  33.         ccd b:\games\*
  34.         ccd ..\do*\*
  35.  
  36.                 ccd \...\test           CCD would find:
  37.                                                 \test                 OR
  38.                                                 \1\test               OR
  39.                                                 \1\2\test             OR
  40.                                                 \1\2\3\test           OR
  41.                                                 ...
  42.  
  43.                 ccd a:abc\...\w*        CCD would find:
  44.                                                 a:abc\w0              OR
  45.                                                 a:abc\1\w1            OR
  46.                                                 a:abc\1\2\w2          OR
  47.                                                 a:abc\1\2\3\w3        OR
  48.                                                 ...
  49.  
  50.                 Of course, this function might take a longer time because
  51.                 CCD has to search your whole disk.
  52.  
  53. History:        V1.0    09/12/91    First Version
  54.                 V1.1    12/17/91    Fixed: can not see hidden directories
  55.                                     Code Optimal
  56.                 V2.0    05/22/92    Add "any depth" (...) command.
  57.                                     (Thank you, Brian)
  58.  
  59. My Info:        Name    == June-Shyan Yih
  60.                 E-mail  == jxy7070@ultb.isc.rit.edu
  61.