home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / cdx100.zip / CDX.DOC < prev    next >
Text File  |  1994-08-07  |  3KB  |  137 lines

  1. Change Directory eXtended (CDX) v1.00 Documentation
  2. Copyright (c) 1993 Andrew Powell
  3.  
  4. Features
  5. ────────
  6.  
  7.         ■ More powerful than DOS's CD.
  8.         ■ No more typing in of long directory names.
  9.         ■ Can change drives as well as directories
  10.  
  11. Use
  12. ───
  13.  
  14.         The program can recognize stars '*' and question marks '?' in
  15. the selection of directories. All communication with the program is done
  16. via the command line. For example:
  17.  
  18.         CD\LANGUAGE\MASM\BIN
  19.  
  20. could be replaced with:
  21.  
  22.         CDX \L*\M*\B*
  23.  
  24.         This will find any directory starting with the letter L. It might
  25. not necesseraly find the directory LANGUAGE it could find LAB if that comes
  26. before LANGUAGE in the directory tree. (To find the order type  DIR *.  at
  27. the DOS prompt) More examples: consider this sample directory tree:
  28.  
  29. C:\
  30. ├───DEVELOP
  31. │   ├───MM
  32. │   │   ├───SOURCE
  33. │   │   └───SHAR
  34. │   │       └───MM42S
  35. │   ├───TD
  36. │   ├───NUMLK
  37. │   └───WIN
  38. ├───DOS
  39. ├───IFP
  40. │   └───SOURCE
  41. ├───INCLUDE
  42. ├───INTER36
  43. ├───MONOPOLY
  44. ├───MOUSE
  45. ├───UTIL
  46. │   ├───BBC
  47. │   └───LZ
  48. └───VB
  49.     ├───ICONS
  50.     │   ├───ARROWS
  51.     │   ├───COMM
  52.     │   ├───COMPUTER
  53.     │   ├───FLAGS
  54.     │   ├───MAIL
  55.     │   ├───MISC
  56.     │   ├───OFFICE
  57.     │   ├───TRAFFIC
  58.     │   ├───WRITING
  59.     │   ├───DRAGDROP
  60.     │   ├───ELEMENTS
  61.     │   └───INDUSTRY
  62.     ├───SAMPLES
  63.     │   ├───DDE
  64.     │   ├───ENVIR
  65.     │   ├───FIRSTAPP
  66.     │   ├───GRAPHICS
  67.     │   ├───MDI
  68.     │   ├───CALC
  69.     │   ├───ICONWRKS
  70.     │   ├───MOUSE
  71.     │   ├───PRINT
  72.     │   ├───OLE
  73.     │   ├───GRID
  74.     │   ├───SAVINGS
  75.     │   ├───MENUS
  76.     │   ├───FILECTLS
  77.     │   ├───CONTROLS
  78.     │   ├───CALLDLLS
  79.     │   ├───OBJECTS
  80.     │   ├───FILEIO
  81.     │   └───PCPLUS
  82.     │       ├───VIDEO
  83.     │       └───SAMPLES
  84.     ├───SETUPKIT
  85.     │   ├───KITFILES
  86.     │   └───SETUP1
  87.     ├───VB.CBT
  88.     └───TDT
  89.  
  90. Example 1:
  91. ──────────
  92.  
  93.     CDX \V*\I*\C*
  94.  
  95. would change to the directory \VB\ICONS\COMM. If you wanted to change to
  96. the directory \VB\ICONS\COMPUTER you would type:
  97.  
  98.     CDX \V*\I*\COMP*
  99.  
  100. Example 2:
  101. ──────────
  102.  
  103.     CDX C:\I*E
  104.  
  105. would change to the disk C: and to the directory \INCLUDE
  106.  
  107. Example 3:
  108. ──────────
  109.  
  110.     CDX \D*V*\MM\SH*\MM4???
  111.  
  112. would be the same as CD\DEVELOP\MM\SHAR\MM42S. This shows all the features
  113. of CDX as far as the use of the * and the ?
  114.  
  115. Example 4:
  116. ──────────
  117.  
  118.     CDX D:\TE*
  119.  
  120. would change to a directory on drive D: beginning with TE. This shows that
  121. CDX can change across drives as well as directories.
  122.  
  123. Example 5:
  124. ──────────
  125.  
  126. from the directory C:\VB\SAMPLES if you type
  127.  
  128.     CDX CO*
  129.  
  130. you would change into the directory C:\VB\SAMPLES\CONTROLS
  131.  
  132. Notes
  133. ─────
  134.  
  135.         CDX is compressed with LZEXE v0.91
  136.         My CompuServe address is 100330,1701
  137.