home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / ccd110.zip / README.TXT < prev    next >
Text File  |  1993-01-25  |  14KB  |  322 lines

  1.  
  2. CARECOM(R) ccd   Version 1.1 
  3. Copyright (C) 1993 by CARECOM(R),  Dipl.-Inform. Harald Muehlhoff,  Germany
  4.  
  5.  
  6. CARECOM(R) ccd is a shareware utility that enables you to change directories
  7. quickly without completely specifying pathes.
  8.  
  9.  
  10. --- Main features: ---------------------------------------------------------
  11.  
  12. -  Compatible with MS-DOS(TM) and Microsoft(R) Windows NT(TM)
  13. -  Compatible with networks for not creating (trying to create) files in other
  14.    locations than its program/data directory.
  15.    The directory trees and other data files can be made user local by setting
  16.    an environment variable
  17.    (Different users might "see" different parts of the directory hierarchies)
  18. -  If a directory isn't found a directory tree rescan is started automatically
  19.    (The user might not always be at fault! This feature can be disabled ;-)
  20. -  You can partly qualify a path to make your search key less ambiguous, e.g.
  21.    you are able to search for a directory "home" that is in a parent
  22.    directory with a name ending with "et" (like sweet): "ccd et\home"
  23. -  The search for inexact matches can be disabled.
  24.  
  25.  
  26. Registered version only:
  27.  
  28. -  Program output can be selectively disabled.
  29. -  You can quickly go back to the directory you last changed from.
  30. -  You can define a home directory that you can quickly "return" to.
  31.  
  32.  
  33. --- Requirements: ----------------------------------------------------------
  34.  
  35. - MS-DOS(TM) 3.0 or higher  - OR -
  36. - Microsoft(R) Windows NT(TM) operating system with FAT or NTFS partitions
  37.   (Tested with Preliminary Release October 1992)
  38.  
  39.  
  40. --- How to install CARECOM(R) ccd: -----------------------------------------
  41.    
  42. 1. Copy the ccd files to a directory where you want them to remain
  43.    permanently
  44. 4. Execute "install.bat".
  45.    The installation batch file will give you detailed information on how 
  46.    to complete the installation of ccd.
  47.    
  48.    You may run the installation batch file under either MS-DOS(TM) or
  49.    Windows NT(TM).
  50.  
  51.  
  52. Note: During operation ccd might create the following files in the directory
  53.       specified by the environment variable "CCDDATADIR". If the environment
  54.       variable is undefined, these files are stored in the ccd program
  55.       directory (the directory that contains the files ccd2.exe and
  56.       ccd2i386.exe).
  57.  
  58.                 ccd.cfg   home.ccd   back.ccd   dirtree.a ... dirtree.z
  59.  
  60.       Please make sure that you don't have any files with the same names in
  61.       the ccd program directory.
  62.  
  63. Note: If multiple users in a LAN want to use one copy of ccd (e.g. on a
  64.       fileserver harddisk), please make sure that the environment variable
  65.       CCDDATADIR is set to a different directory for every user.
  66.       Include the set statement in the login script.
  67.  
  68.  
  69. --- ccd is shareware: ------------------------------------------------------
  70.  
  71. You may use ccd on a trial basis for a 15 day evaluation period. Please read
  72. the license agreement below for information on how to register.
  73. Please note that the options marked as registered version only will be
  74. ignored if used with an unregistered version of ccd.
  75.  
  76.  
  77. --- How to use CARECOM(R) ccd: ---------------------------------------------
  78.  
  79. 1. Use it as a replacement for the dos command cd.
  80.  
  81.    In many cases using ccd will have the same effect as using cd, e.g.:
  82.  
  83.    cd ..                           ccd ..
  84.    cd \home\sweet\home             ccd \home\sweet\home
  85.  
  86.  
  87.    Please note however that even with fully qualified names there are some
  88.    differences:
  89.  
  90.    Let's assume your current drive is "A:". If you type "cd c:\home" the
  91.    current directory for drive "C:" will be changed to "home"; but your
  92.    current drive won't change.
  93.    As the main reason for ccd is to bring you to a directory as fast
  94.    as possible, typing "ccd c:\home" will change the current drive to "C:".
  95.  
  96. 2. Use it to go directly to a directory without giving a fully qualified path
  97.    or even a full filename
  98.  
  99.    Let's assume the following directory hierarchy:
  100.  
  101.    c:\ -- home -- sweet -- home
  102.        |                |
  103.        |- dos           +- food
  104.        |
  105.        +- cpp  -- h
  106.  
  107.    If your current directory is "\" on drive "C:" you would have to type
  108.    "cd home\sweet\food" to change to directory "food". Using ccd typing
  109.    "ccd f" would do the job.
  110.  
  111.    If you want to change to directory "home" typing "ccd home" will bring
  112.    you to either "c:\home" or "c:\home\sweet\home" depending on your
  113.    current directory. Once you are in one of the "home"-directories typing
  114.    "ccd home" - or just "ccd ho" - will bring you to the other one.
  115.  
  116.    To change to directory "h" you just have to enter "ccd h". Reentering
  117.    "ccd h" will leave you in directory "h" because ccd found a `perfect
  118.    match'. There could be many directories beginning with the letter "h";
  119.    if you want to go to directories beginning with "h" type "ccd h*".
  120.    Typing this several times - or using the F3 function key to repeat the  
  121.    previous input - will bring you from "c:\cpp\h" to "c:\home" to
  122.    "c:\home\sweet\home" and back to "c:\cpp\h" etc...
  123.    The wildcard character "*" is allowed only as the last character of
  124.    the search key, e.g. "h*".
  125.  
  126.    You can partly qualify a path to make your search key less ambiguous. By
  127.    entering "ccd t\h" you specify that you're only looking for directories
  128.    with names beginning with the letter "h" that are contained in directories
  129.    ending with the letter "t". Therefore the only candidate in our example
  130.    is the directory "c:\home\sweet\home".
  131.                                  ^^^
  132.    
  133.    Typing "ccd sweets" will bring you to the directory "c:\home\sweet" since
  134.    this is the closest match. "ccd sx" would also take you to this directory
  135.    because it is the only directory beginning with the letter "s". If you
  136.    prefer an error message over this kind of matching, add the option
  137.    "/exact match" - or "/ex" for short - to your ccd command line or
  138.    configuration file.
  139.  
  140. 3. Use ccd to return to the directory you last ccd'ed from
  141.    (registered version only)
  142.  
  143.    Entering "ccd /b" or "ccd /back" will take you back to the directory you
  144.    last changed away from.
  145.  
  146.    Let's assume your current directory is "\home\sweet\home". After typing
  147.    "ccd d", you find yourself in the dos-directory. To return to
  148.    "\home\sweet\home" you just have to enter "ccd /b".
  149.  
  150. 4. Use ccd to return to your `home' directory
  151.    (registered version only)
  152.  
  153.    Given that you are working on a project with most of the files stored
  154.    in directory "\cpp" you could define "\cpp" as your `home' directory.
  155.    Every time you want to return to this directory, just type "ccd /h" or
  156.    "ccd /home". To define your home directory enter "ccd /define home \cpp".
  157.  
  158.    
  159. More options:
  160.  
  161.    Beside the options mentioned above, i.e. "/install", "/exact match",
  162.    "/back", "/home" and "/define home", there are several other options:
  163.  
  164.    /rescan         Force a rescan of the directory structure for the default
  165.    /r              or given drive.
  166.                    Normally the use of this option isn't required, for ccd
  167.                    automatically starts a rescan if it either doesn't find a
  168.                    `good' match for the given search key or if there is
  169.                    evidence that the directory structure has changed since
  170.                    the last - possibly automatic - rescan done by ccd.
  171.                    (Such evidence could be that the current directory isn't
  172.                    included in the directory list maintained by ccd.)
  173.                    Before accepting an inexact match like "c:\home\sweet"
  174.                    for search key "sx" (see 2.), a directory rescan will be
  175.                    performed if the option "/norescan" isn't given.
  176.  
  177.    /norescan       Disable automatic rescan of directory structure. This
  178.    /n              option is most useful if added to the configuration file
  179.                    for installations with very large and seldomly changing
  180.                    directory hierarchies. This option can be overwritten
  181.                    by using the "/rescan" option.
  182.  
  183.    /case sensitive Perform case sensitive matching. This option is most
  184.    /c              useful with NTFS partitions. The case matching must be
  185.                    exact; e.g. "AbC" doesn't match "abC".
  186.  
  187.  
  188. More options (registered version only):
  189.  
  190.    /verbose        Display all messages.
  191.    /v
  192.  
  193.    /quiet          Suppress all only informational messages.
  194.    /q
  195.  
  196.    /mute           Suppress all messages - including error messages -
  197.    /m              not specifically asked for (by including an option
  198.                    like "/help").
  199.  
  200.  /disable backlog  Don't save the current directory when changing away
  201.                    from it
  202.  
  203.  
  204. --- License Agreement: -----------------------------------------------------
  205.  
  206. The use of CARECOM(R) ccd - ccd for short - is subject to the following
  207. terms and conditions.
  208.  
  209. ccd is copyrighted material. It is protected by international copyright laws.
  210. You may not make any changes or modifications to ccd. You may not decompile,
  211. disassemble, or otherwise reverse-engineer the software in any way.
  212.  
  213. You may use ccd on a trial basis provided you do not violate the protection
  214. provided to the licensed software by the copyright laws, and you agree to the
  215. terms of the license agreement. If you continue to use ccd past a 15 day
  216. evaluation period you are obligated to purchase a license for its use.
  217.  
  218. You may use ccd on a Local Area Network provided that a license is obtained
  219. for the number of users that may concurrently use the software.
  220.  
  221. A license for the use of ccd can be obtained by filling out the enclosed
  222. regccd.frm and (e)mail/fax it to the address given below.
  223.  
  224.  
  225.                 CARECOM(R)
  226.                 Dipl.-Inform. Harald Muehlhoff
  227.                 Gustav-Vorsteher-Strasse 14
  228.                 D-5802 Wetter/Ruhr 1
  229.                 Germany
  230.  
  231.                 Fax: ++49-2335-3821
  232.                 CompuServe: 100112,2466
  233.                 Fidonet: 2:245/36.11 (Support only)
  234.                 Internet: 100112.2466@compuserve.com (Support only)
  235.  
  236. After registration you will receive a letter with a personal key that
  237. enables you to use all options in this and all future versions of ccd
  238. with the same major version number.
  239.  
  240. Title to the licensed software is NOT transferred to the end user. The end
  241. user is granted an exclusive license to use the software on one computer or
  242. computer work station at any given time.
  243.  
  244.  
  245. --- Limited Warranty: ------------------------------------------------------
  246.  
  247. CARECOM(R) does not warrant that the licensed software will meet your
  248. requirements or that the operation of the software will be uninterrupted or
  249. error free.  The warranty does not cover any media or documentation which
  250. has been subjected to damage or abuse by you or others. The software warranty
  251. does not cover any copy  of the licensed software which has been altered or
  252. changed in any way.
  253.  
  254. ANY IMPLIED WARRANTIES INCLUDING ANY WARRANTIES OF MERCHANTABILITY OR FITNESS
  255. FOR A PARTICULAR PURPOSE ARE LIMITED TO THE TERM OF THE EXPRESS WARRANTIES.
  256. Some States do not allow limitations on how long an implied warranty lasts,
  257. so the above limitation may not apply to you.
  258.  
  259. The warranties set forth above have priority over any and all other express or
  260. implied warranties, whether oral, written, or implied, and the remedies set
  261. forth above are the sole and exclusive remedies.
  262.  
  263. CARECOM(R) is not responsible for any problems or damage caused by the
  264. licensed software that may result from using the licensed software. This
  265. includes, but is not limited to, computer hardware, computer software,
  266. operating systems, and any computer or computing accessories. The end user
  267. agrees to hold CARECOM(R) harmless for any problems arising from the use of
  268. the software.
  269.  
  270. CARECOM(R)  SHALL NOT IN ANY CASE BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
  271. CONSEQUENTIAL, INDIRECT OR OTHER SIMILAR DAMAGES ARISING FROM ANY BREACH OF
  272. THESE WARRANTIES EVEN IF CARECOM(R) OR ITS AGENTS OR DISTRIBUTORS HAVE BEEN
  273. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  Some states do not allow the
  274. exclusion or limitation of incidental or consequential damages, so the above
  275. limitation or exclusion may not apply to you.
  276.  
  277. In no case shall CARECOM's liability exceed the license fees paid for the
  278. right to use the licensed software.
  279.  
  280.  
  281. --- ccd Distribution: ------------------------------------------------------
  282.  
  283. You are granted a limited license to copy ccd only for the trial use of
  284. others subject to the terms of this software license agreement described
  285. herein, and if the conditions described below are met:
  286.  
  287. ccd MUST be copied in an unmodified form and MUST contain the following
  288. files:
  289.  
  290.         readme.txt      install.bat     regccd.frm
  291.         ccd2i386.exe    ccd2.exe
  292.     
  293. The archive storage format may be changed as long as the other conditions
  294. are met.
  295.  
  296. No fee, charge or other compensation may be accepted or requested by anyone
  297. without the express written permission of CARECOM(R).
  298.  
  299. Distributors of public domain and user supported software, such as disk 
  300. vending services, may not charge a fee for ccd itself. However you may
  301. include ccd on a diskette for which you charge a nominal distribution fee.
  302. The purchaser of said diskette must be informed in advance that the fee paid
  303. to acquire the diskette does NOT relieve said purchaser from paying the
  304. Registration Fee for ccd.
  305.  
  306. Operators of electronic bulletin board systems (Sysops) may post ccd for
  307. downloading by their users without written permission only as long as the
  308. above conditions are met.  A fee may be charged for access to the bbs as long
  309. as no specific fee is charged for downloading ccd files without first
  310. obtaining express written permission from CARECOM(R) to charge such a fee.
  311.  
  312. The above constitutes the license agreement for ccd.  It superceeds any and
  313. all previous license agreements.
  314.  
  315. --------------
  316.  
  317. MS-DOS and Windows NT are trademarks of Microsoft Corporation.
  318.  
  319. CARECOM is the house mark to identify all products and services which
  320. originate from CARECOM(R).
  321.  
  322.