home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / whereii.lzh / WHEREII.DOC < prev   
Text File  |  1985-07-31  |  3KB  |  78 lines

  1.                    Documentation for WHEREII.COM
  2.                    by Ted Eyrick        11/11/84
  3.  
  4.     Description:
  5.  
  6. WHEREII is an MSDOS 2.xx+ generic utility that searches all directories and
  7. subdirectories for matching file names. This is very useful, and saves
  8. a lot of hair pulling when you know the file is somewhere, or you suspect
  9. duplicate files exist.
  10.  
  11.  
  12.     Documentation:
  13.  
  14. Purpose:      Searches for specified file(s) through all DOS  2.xx+
  15.               directories on the specified drive, listing matching files
  16.               with their appropriate directories and sub-directories.
  17.  
  18. Format:       WHEREII [filespec] [filespec] [filespec] ....
  19.  
  20. Type:         External
  21.  
  22. Filespec:     The filespec consists of the drive, filename, and extension
  23.               and has the syntax   drive:filename.ext
  24.               for example A:DECISION.DAT
  25.  
  26. Drive:        The  drive:  can be omitted if the drive to be
  27.               searched is the default drive (the one you were
  28.               using when you issued the WHEREII command).
  29.  
  30. Filename.Ext: The global file characters ? and * can be used
  31.               in both the filename and the extension.
  32.  
  33.  
  34.     Operation:
  35.  
  36. The following example illustrates all of the features of the WHEREII
  37. command:
  38.  
  39.         WHEREII *.BAT A:HA??.* b:te*.*   <enter>
  40.  
  41. Note: <enter> means press the Enter key
  42. Note: Each filespec is separated from the next by a space.
  43.  
  44. Let us assume that the default drive is C.  Then this example first searches
  45. all of the directories and subdirectories of drive C for all files which
  46. have the extension .BAT.  When this search is completed then drive A is
  47. searched for all files which have four characters in the filename and
  48. the first two characters are HA. Then finally drive B is searched for
  49. all files whose first two characters are TE.
  50.  
  51. If there are more than 23  *.BAT  files found in the first search the
  52. screen will prompt you for  More? .  Pressing the N key will end the
  53. search or pressing any other key will continue the search.
  54.  
  55.  
  56.     History:
  57.  
  58.     This is the latest version of the WHERE, WHEREIS, WHEREIR series.
  59. The original version of this series was published in Softalk, January,
  60. 1984, p. 101.  The original author is unknown.  If you have questions
  61. suggestions or problems please write the author of this version:
  62.                    Ted Eyrick
  63.                    Eytek, Inc.
  64.                    P.O. Box 160307
  65.                    San Antonio, Texas 78280
  66.  
  67.  
  68.     Tip:
  69.  
  70. Using the command
  71.  
  72.         WHEREII A:filename.ext   <enter>
  73.  
  74. along with the program NDOSEDIT permits rapid searching of diskettes
  75. in drive A for the location of any  filename.ext . Pressing the Up Arrow
  76. key of the numeric keypad causes the NDOSEDIT program to repeat the
  77. command for another diskette.
  78.