home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / INPATH25.ZIP / INPATH.DOC < prev    next >
Text File  |  1993-03-14  |  7KB  |  138 lines

  1. ╒════════════════════════════════════════════════════════════════════════════╕
  2. │        CADMOS Computer WorkShop - 26, Skoufa Street, Athens 106 73         │
  3. │     Phone +30-1- data: 363 5482, 360 6044, 360 6046 (Cadmos/CHAOS BBS)     │
  4. │               voice: 361 1030, 360 6052       FAX: 360 6059                │
  5. ╘════════════════════════════════════════════════════════════════════════════╛
  6.             ┌────────────────────────────────────────────────────┐
  7.             │ INPATH.EXE, version 2.5, a Program Search Utility. │
  8.             └────────────────────────────────────────────────────┘
  9. ┌────────────────────────────────────────────────────────────────────────────┐
  10. │(c) All rights reserved. Use prohibited in a professional, business or      │
  11. │    commercial environment without prior written licence by the author.     │
  12. │                                                                            │
  13. │ Feel free to copy and distribute this program. You may use it and evaluate │
  14. │ it for 30 days. After this period, you may only use it while you are a     │
  15. │ subscriber to Cadmos/CHAOS BBS :-)                                         │
  16. └────────────────────────────────────────────────────────────────────────────┘
  17.  
  18.  INPATH.EXE, Ver 2.5, (c) 1991-2, Haris Courouclis (CADMOS), (301) 361-1030
  19.  ────────────────────────────────────────────────────────────────────────────
  20.  Format: INPATH [d:][path\]ProgramName[.ext] [/ap] [/er]
  21.       or INPATH ?  for Help
  22.  ────────────────────────────────────────────────────────────────────────────
  23.  
  24.  DOS looks in the current directory for the first COM, EXE, or BAT file (in
  25.  this order). If no such file is found, then it looks in each of the path
  26.  directories. If you provide path and/or extension, this information will
  27.  override the usual search order. Since you may have a few program files
  28.  spread around your disk sharing the same name, the choice of program that
  29.  will be executed depends on the order in which the directories are listed in
  30.  your PATH environmental variable, and, within a directory, on the extension.
  31.  
  32.  INPATH will show you which program, if any, DOS will execute when you type
  33.  [d:][path\]ProgramName[.ext] at the command line.
  34.  
  35.  When a match is found, you can press:
  36.     J to jump to that file's directory,
  37.     N to find the next match,
  38.     L to launch a matching program,
  39.  or Q to quit.
  40.  
  41.  (Note: The launch option is currently limited to 15 characters. This will
  42.  increase to 255 in the next major release).
  43.  
  44.  INPATH is extremely usefull especially when you want to run a commonly named
  45.  program such as SETUP, INSTALL, etc. or when you do not remember the exact
  46.  name of the program - in the later case you can use Cadmos Smart Wildcards,
  47.  f.e. *SETUP*  will show you FWSETUP.EXE, SETUPFW.EXE, SETUP1.EXE etc. It is
  48.  also invaluable in networks where you might keep the same program in various
  49.  directories within the network search path.
  50.  
  51.  If /ap is specified, then INPATH will show you which file will be processed,
  52.  by looking in the current and the APPEND path dirs.
  53.  
  54.  With /er DOS ErrorLevel is set to 1 when a file is found, to 0 otherwise.
  55.  
  56.  Smart wildcards are supported (S*T matches SMART, not SOME that DOS would).
  57.  
  58.  
  59. ══════════════════════════════════════════════════════════════════════════════
  60.                       The Cadmos Smart WildCard System
  61. ──────────────────────────────────────────────────────────────────────────────
  62.    The normal DOS * wildcard substitutes for any number of letters  and is
  63.    not concerned with the length of the resulting string. For example, S*T
  64.    expands to: ST, SmarT, SemicolumnorwhateverT, etc or even: Smarter T,
  65.    S       T (asterisk expanded to 7 spaces, T 9th). The expansions are then
  66.    truncated to the 8 letter DOS limit. S*T will therefore match with ST,
  67.    SMART, SEMICOLU, SMARTER, S and indeed any name starting with S.
  68.  
  69.    The Smart * wildcard will substitute for only such a number of letters
  70.    that will not throw out of the 8 letter DOS file name length limit any
  71.    following letters.
  72.  
  73.    In S*T the asterisk can substitute from 0 to 6 letters since there are
  74.    two letters to be accomodated. Therefore it will match any name with S
  75.    as its first letter and T as its last letter, be it 2nd or 3rd or ... or
  76.    8th. The same principle applies to more complex specifications such as
  77.    W*D*T.*E. The first * can substitute up to 5 chars, the second up to 5 -
  78.    the number substituted by the first, and the third up to 2. Therefore it
  79.    will match WilDtesT.exE but not WILD.EXE or WILDTEST.EXA that DOS would.
  80.  
  81.    There is no difference between the normal DOS ? wildcard and the ? Smart
  82.    wildcard. They both substitute for exactly one letter. 
  83.  
  84.    The DOS DIR command will append '.*' to a file name when no extension is
  85.    given. D.EXE will append *.* except if otherwise specified by the +E
  86.    switch (nothing is appended), or the -E switch (.* is appended)
  87.  
  88.  
  89. ══════════════════════════════════════════════════════════════════════════════
  90. INPATH.EXE - Revision History
  91. ──────────────────────────────────────────────────────────────────────────────
  92.  
  93. 22 Sep 1992, version 2.5
  94. ────────────────────────
  95.  Added: /er switch
  96.  
  97. 03 Aug 1992, version 2.4
  98. ────────────────────────
  99. BugFix: Launch would add a slash to root dir names
  100.  
  101. 04 May 1992, version 2.3
  102. ────────────────────────
  103. BugFix: Color restoration
  104.  Added: Rudimentary 4DOS BTM check
  105.  
  106. 01 Feb 1992, version 2.2
  107. ────────────────────────
  108.  Added: Help screen can be redirected.
  109.  Added: File Size and date reported.
  110.  
  111. 18 Jul 1991, version 2.1
  112. ────────────────────────
  113. BugFix: Root directory was d: instead of d:\
  114. BugFix: /ap would not find files with no extension
  115.  
  116. 27 Apr 1991, version 2.0
  117. ────────────────────────
  118.  Added: /ap option - search for files in the APPEND path
  119.  
  120. 1989, version 1.0
  121. ─────────────────
  122.  
  123. ┌────────────────────────────────────────────────────────────────────────────┐
  124. │(c) All rights reserved. Use prohibited in a professional, business or      │
  125. │    commercial environment without prior written licence by the author.     │
  126. │                                                                            │
  127. │ Feel free to copy and distribute this ChaosWare utility program. You may   │
  128. │ use it and evaluate it for 30 days. After this period, you may only use it │
  129. │ while you are a subscriber to Cadmos/CHAOS BBS :-)                         │
  130. │                                                                            │
  131. │ As a registered member of Cadmos/CHAOS BBS you enjoy all the benefits of   │
  132. │ being a member of a fine BBS plus the right to use any ChaosWare utility   │
  133. │ you download!                                                              │
  134. │ ────────────────────────────────────────────────────────────────────────── └─┐
  135. │ If you use this utility and fail to register, then your consience will haunt │
  136. │ you for the rest of your life and your average cps will drop to a halt :-)   │
  137. └──────────────────────────────────────────────────────────────────────────────┘
  138.