home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / antivir1.zip / SCAN.DOC < prev    next >
Text File  |  1986-09-18  |  2KB  |  66 lines

  1.  
  2.  
  3. Scan -- Courtesy of
  4.  
  5.  
  6.                       Dr. Bob's Utilities
  7.                          444 Maple lane
  8.                       St. Paul, MN 55126
  9.  
  10.  
  11.  
  12.      Scan is not warranted in any way although it seems safe enough to me.
  13. Scan displays the ASCII portions of any file.  It ignores leading spaces,
  14. isolated punctuation, leading digits, and ascii string less than 4
  15. characters long.  The idea is to give you a quick look at the ASCII
  16. messages in a file without showing you a lot of garbage.  Ignoring
  17. strings less than 4 characters long still gives you some garbage and
  18. occasionally skips things you might like to see but it seems to be
  19. a fair compromise.
  20.  
  21.      Scan may be useful in guessing at undocumented features of .com
  22. and .exe programs (like printing 'ARF ARF -- GOT YOU' after formatting
  23. your hard drive).
  24.  
  25.      It's also fun to scan commercial programs (especially Microsoft's)
  26. looking for unusual messages.  WordPerfect 4.1 is a trip -- it includes
  27. things like "There are no phonetic rules for this language." (in case
  28. aliens from outer space try to run the spelling checker),
  29. and one lengthy message about how you've probably lost all your work
  30. and may have to reboot.
  31.  
  32.      Command.com is also interesting:
  33.  
  34.      "Intermediate file error during pipe"
  35.      "Cannot do binary reads from device"
  36.  
  37. although some of the messages are truncated because the high bit is set
  38. on some characters a la WordStar.
  39.  
  40. Of course scan can also be used to read a text file although LIST is
  41. probably a better choice since it is faster and allows paging backwards.
  42.  
  43.  
  44. Scan shows the data continuously.
  45. Redirection is supported so you can use:
  46.  
  47. SCAN  *.EXE  >  REPORT
  48.  
  49. and then browse through REPORT at your leisure.
  50.  
  51. Enjoy --  Dr. Bob
  52.  
  53.  
  54. Use CTRL S to pause
  55.     CTRL C to abort
  56.  
  57.  
  58. Modified 3/4/86  Now accepts wildcards.  Does not clear screen.
  59.  
  60. Modified 9/17/86 Now allows scanning a file on another disk.
  61.  
  62. ***
  63. You can usually find Bob Ray at Terrapin Station DBBS.
  64. A Programmers BBS 612/623-0152   1200/2400    24 hours a day!
  65. ***
  66.