home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BSCAN100.ZIP / BBSSCAN.DOC < prev    next >
Text File  |  1994-01-03  |  3KB  |  92 lines

  1.  
  2.  
  3.                            BBSSCAN v1.00
  4.  
  5.  
  6.     This quick 'n dirty little text scanner was originally written for my own
  7. use to wade through the massive catalogue text files from PC-Board.
  8.  
  9.     If the word searched for appears in the filename or in the description, 
  10. the complete entry will be output, although not if it spans multiple pages.
  11.  
  12.     As a bonus, the number of files found and their total size in bytes will
  13. be output at the end of the scan.
  14.  
  15.     It is very fast ( especially if you use it on a RAM disk ) and is kept
  16. to a small size by using the STDIN and STDOUT features of DOS.
  17.  
  18.     Usage:
  19.  
  20.             BBSSCAN keyword < redirect in > redirect out
  21.  
  22.  
  23.     Where <keyword> is the single word to search for. ( BBSSCAN does not
  24. support multiple words or phrases and is case insensitive. ). <redirect in>
  25. is the text file that you want to search and <redirect out> is where you want 
  26. the findings to go.
  27.  
  28.     Examples:
  29.  
  30.             BBSSCAN windows < BBSLIST.TXT > CON
  31.  
  32.     Scan for the word "Windows" in the file BBSLIST.TXT and output the
  33. findings to the screen.
  34.  
  35.  
  36.             BBSSCAN windows < BBSLIST.TXT > LPT1
  37.  
  38.     Scan for the word "Windows" in the file BBSLIST.TXT and output the
  39. findings to the first parallel port.
  40.  
  41.  
  42.             BBSSCAN windows < BBSLIST.TXT > WINDOWS.TXT
  43.  
  44.     Scan for the word "windows" in the file BBSLIST.TXT and output the
  45. findings to WINDOWS.TXT. 
  46.  
  47.  
  48.             BBSSCAN windoze < BBSLIST.TXT >> WINDOWS.TXT
  49.  
  50.     Scan for the word "windoze" in the file BBSLIST.TXT and APPEND the
  51. findings to WINDOWS.TXT. 
  52.  
  53.  
  54.  
  55.     Example scan of a catalogue file, 2,243,451 bytes in size, for "WINDOZE".
  56.  
  57.  
  58. ■ BBSSCAN version 1.00.
  59. ■ PC-Board list-of-files scanner.
  60.  
  61. ■ (c) Copyright ■ Phil Webb ■ 1993.
  62.  
  63. BBSSCAN: scanning for "WINDOZE".
  64.  
  65. OS2WIN31.ZIP   367476  05-20-93  If you have Windoze 3.1 on your harddrive, 
  66.                                  you can NOW run it UNDER OS/2 2.0! Yes, it 
  67.                                  works!!  Get it!
  68.  
  69. Scan reference: "WINDOZE".
  70.  
  71. Total number of files -           1.
  72. Total number of bytes -      367476.
  73.  
  74.  
  75.     This scan took less than 5 seconds on a 486 33Mhz running with a disk  
  76. cache, might even be quicker on a RAM disk.
  77.  
  78.  
  79.  
  80. Comments and suggestions for improvement will be welcome.
  81.  
  82.      ╔══════════════════════════════════════════════════╗
  83.      ║  Phil Webb                                       ║
  84.      ╟──────────────────────────────────────────────────╢
  85.      ║  P.O. Box 34349, Jeppestown,                     ║
  86.      ║  2043, Republic of South Africa                  ║
  87.      ╟──────────────────────────────────────────────────╢
  88.      ║  Beltel Mail Number: 802240                      ║
  89.      ╟──────────────────────────────────────────────────╢ 
  90.      ║  Internet Email: phil.webb@vcbbs.proxima.alt.za  ║
  91.      ╚══════════════════════════════════════════════════╝
  92.