home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 16 / JCCHDIR.ZIP / README < prev   
Text File  |  1996-06-30  |  4KB  |  123 lines

  1. README for: C.EXE, C.HLP, CC.EXE, etc.
  2. ================================================================ ID:
  3.  
  4. chDir (cd) substitute <-> DOS-Prompt Tool / Command-Line Utility
  5.  
  6. Oh no! - not another chDir tool  ;)
  7.  
  8.  
  9. ================================================================ FILE-LIST:
  10.  
  11. C.EXE       the program to easily change directories (creates files)
  12.             (size of upload 1.0 = 32448 bytes)
  13. C.HLP       help on C.EXE
  14.  
  15. MACS.BAT    doskey macros to be used with C.EXE
  16.  
  17. CC.EXE      an "add on" to c.exe (size of upload 1.0 = 8000 bytes)
  18. CC.HLP      help on CC.exe
  19.  
  20. BATCH.ZIP   sample Dos-BATCH-files you can use with C.EXE
  21.   BAT-READ.ME list for BATCH.ZIP
  22.  
  23.  
  24.  
  25.  
  26. ================================================================ FEATURES:
  27. -it's EASY & FAST to continue searching, or chdir instead.
  28.  You can enter a command as soon as the correct directory is displayed.
  29.  
  30. -extensive search algorithms
  31.  -> makes it easy to have several directories with the same or similar
  32.     names on a volume.
  33.  
  34. -extensively & quickly supports (MSCDEX, 2.22+) CD-ROMs.
  35.  
  36. -additional features:
  37.   ->substitute md, rd (mkdir, rmdir)
  38.     eg. via doskey macros, see included file macs.bat
  39.  
  40.   ->search "down" the path only, search "up" the path only
  41.  
  42.   ->create batch-files
  43.  
  44.   ->"sophisticated" search / initialise <cough, cough>
  45.   ->fast initialisations:
  46.      -eg. purge invalid directories only (eg. after a DELTREE)
  47.      -eg. ini from current directory downwards only
  48.     These are also supported via doskey-macros (see file macs.bat)
  49.  
  50.   ->alternatively allows "menu" search via CURSOR-UP/DOWN, etc.
  51.  
  52.   ->get information on volumes: labels, size, available space,
  53.     local drives, network-IDs, floppy info, subst-drives,
  54.     local harddisk number/letter, shipping weather forecast,
  55.     etc.
  56.  
  57.   ->top ten list of accessed directories
  58.   ->top ten list of commands to choose from - if using CC.EXE
  59.  
  60. -is very similar to "traditional dos-prompt-commands"
  61.  
  62. -comes with a comprehensive documentation which additionally
  63.  comments on some general DOS-related points.
  64.  
  65.  
  66.  
  67.  
  68.  
  69. ================================================================ README:
  70.  
  71.  README:
  72.    You should be able to try C.EXE right away, without bothering to
  73.    read C.HLP, as long as you have in your AUTOEXEC.BAT a command
  74.    that sets TEMP.
  75.  
  76.    For example: 'set TEMP=D:\tempDir'
  77.    where 'D:\tempDir' is an existing directory's name, in which files
  78.    may be created - like: JC-CD.$$?
  79.  
  80.  
  81.    C.EXE will allow you to enter a command as soon as C.EXE offers
  82.    changing to the right directory - BOTH chDir AND your command
  83.    will be run.
  84.  
  85.    OR you can simply press the spaceBar (biggest key available on
  86.    a keyboard) to tell C.EXE to continue searching.
  87.  
  88.  
  89.  ADDITIONAL REMARKS:
  90.  
  91.    C.EXE will, for example, look firstly for a directory
  92.    which matches *exactly* the searchString you provided,
  93.    then one that *begins* with the searchString you provided,
  94.    then one that *contains* the searchString you provided.
  95.  
  96.    - and that's just the information to get started.
  97.  
  98.  
  99.    If you need to distinguish directories with similar names,
  100.    use eg. the two first letters of two directories - examples:
  101.      cd c:\some\path\here     ->   "c pa he"  or  "c pa h"
  102.      cd c:\some\path\there    ->   "c pa th"  or  "c pa t"
  103.      cd c:\some\other\path    ->   "c ot pa"  or  "c ot p"
  104.  
  105.  
  106.    C.HLP provides information galore.
  107.  
  108.  
  109.  TROUBLE
  110.    The programs are supposed to run under common EGA/VGA textmodes,
  111.    using a 80286 or higher processor, and an AT (MF2) keyboard. You
  112.    can try installing keyb.com of MS-DOS if C.EXE doesn't "recognize"
  113.    all key-strokes as expected. (Enter "help keyb" on a MS-DOS 6.*
  114.    system - or text search file c.hlp for KEYB)
  115.  
  116.    NOTE: do NOT run this program on 8086/8088 processor PCs ( "XT" )
  117.  
  118.  
  119.  
  120.  june 1995
  121.  jC,v960215
  122.  
  123.