home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 10A / CDQ.ZIP / CDQ.DOC < prev   
Text File  |  1992-07-26  |  2KB  |  71 lines

  1.                                 cdq.com                         Version 1.0
  2.                                 =======
  3.  
  4.                               Nigel Milligan,
  5.                               Box 9, 200 Fulham Road,
  6.                               Chelsea, London,
  7.                               SW10 9PN.
  8.                               United Kingdom.
  9.  
  10. cdq is a command similar to the DOS cd (change directory). Where cdq steals 
  11. a march on its DOS rival is in two important areas, viz:
  12.  
  13. i.      Ability to use DOS wildcard characters for quick directory changes,
  14.         adjacent to UNIX;
  15.  
  16. ii.     Accepts both forward and backward slashes for those of us who
  17.         perpetually use the wrong ones when switching between DOS & UNIX.
  18.  
  19.  
  20.  
  21. In detail,
  22.  
  23.  
  24. WILDCARDS
  25. ---------
  26.  
  27. Quickly change to your required directory by using wildcard characters in
  28. the pathname, for example:
  29.  
  30.         to transverse to c:\c700\include\sys
  31.         type             cdq \c*\inc*\s*
  32.         
  33.  
  34. The name of the game is to specify enough characters in a directory name to
  35. make it unique, otherwise cdq will attempt to change directory to the first
  36. entry it finds in the directory table. To this end, it is sometimes
  37. favourable to use the ? character rather than the *.
  38.  
  39. Like DOS cd, dot entries are permitted, so that cdq ..\..\c*\inc*\..\inc*
  40. would be a valid parameter.
  41.  
  42.  
  43. FORWARD SLASHES
  44. ---------------
  45.  
  46. All the above examples may also be specified using forward slashes, or any
  47. combinations of backward and forward slashes. Additionally, multiple slashes
  48. may be incorporated without ill-effect. The following are all valid:
  49.  
  50.                         cdq /c*/inc*\s*
  51.                         cdq //c*\\\inc*\s*
  52.                         cdq \c???\???????/s*
  53.  
  54. You get the picture.
  55.  
  56.  
  57.  
  58. LICENSE
  59. =======
  60.  
  61. cdq is distributed freely to all private individuals for non-profit making
  62. use, on the understanding that it must be copied complete with this document,
  63. unedited.
  64.  
  65. Use of cdq in Corporations, Limited Companies, plc's, and governmental 
  66. departments requires the purchase of a license. This is priced at $20 in
  67. USA / Canada, and £15 UK.
  68.  
  69.  
  70.  
  71.