home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 56 / bbd56.zip / BBCD.TXT < prev    next >
Text File  |  1991-04-10  |  5KB  |  112 lines

  1. |E╔══════════╦════════════════════════════════════════════════════════╦══════════╗
  2. |E║ |5Helpware|E ║              ^1 Big Blue Change Directory |E               ║ |5Helpware|E ║
  3. |E╚══════════╩════════════════════════════════════════════════════════╩══════════╝
  4.  
  5. ^Cby
  6. ^CKeith Ledbetter
  7.  
  8.         Is your hard drive a wild jungle of directories and partitions
  9.      where you get lost trying to find a certain sub-directory?  Do your
  10.      fingers tire of trudging through a tangle of directory names and
  11.      back-slashes?  Do you long for a utility program that would allow you
  12.      to move around your hard drive with the ease and speed of Indiana
  13.      Jones?
  14.  
  15.         Never fear, Big Blue Change Directory (BBCD) is here to help you
  16.      slash through your hard disk jungle.  BBCD is a program designed to
  17.      make changing directories much easier, especially when you have a
  18.      large hard drive with several partitions and lots of different
  19.      directories.
  20.  
  21.      ^1HOW TO USE BBCD
  22.         Can't remember multi-directory path names?  Don't worry.  With BBCD
  23.      you only have to enter the directory name or part of the directory
  24.      name that you want to change to.  It's as easy as that!  For example,
  25.      suppose you are super-organized and have a path name like
  26.  
  27.         C:\LETTERS\1991\FAMILY\WILLIAM\
  28.  
  29.         You could change to this directory instantly by typing ^1BBCD WILLIAM^0
  30.      or ^1BBCD WILL^0.  If you had more than one "William" sub-directory
  31.      (for example, one for 1991, one for 1990, etc.), then BBCD will
  32.      present you with a list of matching directories found.  Use the up and
  33.      down arrows to highlight the desired directory, press ENTER, and BANG,
  34.      you're there.
  35.  
  36.      ^1SETTING UP BBCD
  37.         The best idea is to use the ^1Copy It^0 option to place BBCD in a
  38.      directory that is in your PATH statement.  (See your AUTOEXEC.BAT file
  39.      or your DOS Manual for help with the PATH statement.)  Once you have
  40.      it there, you can type the BBCD command at any prompt and your system
  41.      will always find it.
  42.  
  43.         Before you can use this utility, you must create the BBCD Index.
  44.      To do this, simply enter ^1BBCD /SCAN^0 at the DOS prompt.  BBCD will
  45.      scan your hard drive and save the necessary information in the file
  46.      ^1C:\BBCD.IDX^0.
  47.  
  48.         The great thing about BBCD is that it works across ALL drives on 
  49.      your hard disk.  It maintains the BBCD Index for the entire hard disk 
  50.      in C:\BBCD.IDX, so there's no need to specify a drive letter when 
  51.      trying to change to a directory on the D: or E: drives.
  52.  
  53.      ^1ADDING AND DELETING DIRECTORIES
  54.         When you want to create or delete directories, use the BBCD command
  55.      before the normal DOS command, and your BBCD Index will be updated
  56.      automatically.
  57.  
  58.         For example, when creating a new directory, enter ^1BBCD MD NEWDIR^0.
  59.      This creates a directory called NEWDIR and adds it to the BBCD Index.
  60.  
  61.         When deleting an old directory, enter ^1BBCD RD OLDDIR^0.  This
  62.      removes the directory named OLDDIR from your hard drive and removes it
  63.      from the BBCD Index.  NOTE: A directory must be empty before it can be
  64.      removed.
  65.  
  66.      ^1SCANNING SPECIFIC DRIVES
  67.         If for some reason you do not want to scan all of your drives, you
  68.      can tell BBCD exactly which drives should be scanned when building the
  69.      BBCD Index.  For example, suppose all your PC tools and utilities are
  70.      on drive C: and all your games and development are on the D: and E:
  71.      drives.  You can make BBCD skip drive C: by typing the following
  72.      command:
  73.                 BBCD /scan DE
  74.         Now only drives D: and E: will be scanned.
  75.  
  76.      ^1DETAILS, DETAILS
  77.         For all of those inquisitive minds out there, below are the steps
  78.      for the matching logic that BBCD uses when searching for the desired
  79.      directory.
  80.  
  81.         1.  Look for an EXACT match on the directory name specified.
  82.             If more than one found, display the list of directories.
  83.             If none found, go to step 2.
  84.  
  85.         2.  Look for a "fuzzy" match on the name.  By BBCD's standards,
  86.             a fuzzy match is the name you specified followed by any extra
  87.             data.  For example, if you enter ^1BBCD DATA^0, then all of
  88.             the following would match:
  89.  
  90.                              C:\DATA1
  91.                              D:\DATABASE
  92.                              F:\DATASET
  93.  
  94.             If more than one found, display the list of directories.
  95.             If none found, go to step 3.
  96.  
  97.         3.  At this point, BBCD just looks for the partial string anywhere
  98.             in a path name, preceeded or followed by any characters.
  99.  
  100.      ^1HELP
  101.         If you forget how to use this utility, just enter ^1BBCD^0 at the
  102.      DOS prompt without any other parameters.  Helpful information
  103.      describing the syntax of using BBCD will be displayed.
  104.  
  105.      ^1OUTSIDE OF BBD
  106.           To run this program outside the ^1Big Blue Disk^0 menu,
  107.              type  ^1BBCD^0.
  108.  
  109.           Disk files this program uses:
  110. ^F   BBCD.EXE
  111. ^FC:\BBCD.IDX
  112.