home *** CD-ROM | disk | FTP | other *** search
- Name: CCD.EXE (Version 2.0 05/22/92)
-
- Purpose: If you think the DOS's CD (Change Dir) is too stupid and
- other CD programs are too big, here is a small, user-
- friendly and easy to use CD program -- CCD!
-
- If you know DOS's CD command , you can be familiar with CCD
- in 5 min. Try it. You will like it.
-
- +---------------------------------------------------------------------+
- | CCD IS FREE! |
- | |
- | Without changing this document (CCD.DOC) and the execution file |
- | (CCD.EXE), you are welcome to distribute CCD (must accompany with |
- | this document) as widely as you want. |
- +---------------------------------------------------------------------+
-
- Installation: No installation is needed. All you need is CCD.EXE.
-
- Usage: ccd [d:][path]
-
- Features: 1. CCD can change drive and path in one step.
- 2. CCD accepts wildcard letters (* and ?).
- 3. If you put any wildcard letters in destination path name,
- CCD will ask you to confirm the path. (default is YES:
- even if you press Ctrl-C)
- 4. If there is no parameter, CCD will print current path.
- 5. CCD accepts "any depth" (...) command.
- (see examples below)
-
- Examples: ccd
- ccd c:\msc
- ccd b:\games\*
- ccd ..\do*\*
-
- ccd \...\test CCD would find:
- \test OR
- \1\test OR
- \1\2\test OR
- \1\2\3\test OR
- ...
-
- ccd a:abc\...\w* CCD would find:
- a:abc\w0 OR
- a:abc\1\w1 OR
- a:abc\1\2\w2 OR
- a:abc\1\2\3\w3 OR
- ...
-
- Of course, this function might take a longer time because
- CCD has to search your whole disk.
-
- History: V1.0 09/12/91 First Version
- V1.1 12/17/91 Fixed: can not see hidden directories
- Code Optimal
- V2.0 05/22/92 Add "any depth" (...) command.
- (Thank you, Brian)
-
- My Info: Name == June-Shyan Yih
- E-mail == jxy7070@ultb.isc.rit.edu
-