home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / compute / 1989_03 / snooper.doc < prev    next >
Text File  |  1989-01-26  |  837b  |  22 lines

  1. Snooper (SNOOPER.EXE) is an all-purpose program for finding text
  2. strings in any file of any size.
  3.  
  4. Snooper blasts through spreadsheets, program files (like
  5. BASICA.COM), or any kind of disk file and snoops out hidden
  6. messages.
  7.  
  8. To use Snooper, enter SNOOPER FILENAME.EXT [/O] at the DOS
  9. prompt. (If you want to see each string's offset in the file, use
  10. the optional /O switch.) Try Snooper on COMMAND.COM, for example,
  11. and you'll see arcane messages like ``Top level process aborted,
  12. cannot continue.''  You can use the program with redirection
  13. commands or filters:
  14.  
  15. SNOOPER \TP\TURBO.EXE | FIND "Mermaid"
  16.  
  17.      Snooper runs on any IBM PC, XT, AT, or compatible with at
  18. least 64K of memory, and DOS 2.0 or higher.
  19.  
  20.      For more information on Snooper, see the "Programming Power"
  21. column in this issue's magazine.
  22.