home *** CD-ROM | disk | FTP | other *** search
- Explanation of the FIND command.
- It is EXTERNAL.
-
- This command will search for a specific
- string of text in one or more files.
-
- Example:
- To look for the string "Hello" in
- the file Text.bat
- and not have FIND be case-sensitive
- you would use something like this:
- find /i "Hello" a:text.bat