home *** CD-ROM | disk | FTP | other *** search
/ Tools en Utilities / CDASS_5.ISO / shell / file / bff301.arj / EXAMPLES.BFF < prev    next >
Encoding:
Text File  |  1995-01-08  |  5.7 KB  |  202 lines

  1. Examples for Bad File Finder
  2.  
  3.  
  4. Example 1 : Scanning your C-drive for hacks
  5.  
  6. Command-line : BFF s c
  7.  
  8. Scanning your C-Drive for hacks. The first parameter (s) means
  9. that output is sent to screen. The second parameter determines
  10. the drive. It's also possible to enter a path, a wildcard or a
  11. filename on the second parameter...
  12.  
  13. Command-line : BFF s c:\userul or BFF s c:\userul\*.*
  14.                BFF s c (for whole drive)  
  15.  
  16. Do NOT finish the command-line with a backslash.
  17.  
  18.  
  19. Example 2 : Output to screen or to disk
  20.  
  21. Command-line : BFF s c    OR    BFF d c
  22.  
  23. For the second parameter see example 1.
  24.  
  25. Before scanning for hacks you can select the output. If you
  26. want it to screen then enter "s". When you want the output
  27. sent to disk, just enter "d" on the first parameter. After BFF
  28. starts up, it will show the filename BFF is sending the output
  29. to.
  30.  
  31.  
  32. Example 3 : Filter-option
  33.  
  34. Command-line : BFF s c f
  35.  
  36. The first and the second option is explained above.
  37.  
  38. From the third parameter on you can select several options.
  39. One of them is the filteroption. Every hack that has been
  40. found will be displayed, and BFF asks you whether the hacks
  41. should be filtered or not. When confirming the question the
  42. name of the file will be appended to the file "FILTER.BFF".
  43. The next time you start up BFF this hack will not be shown
  44. anymore, unless you add the C-option. Every possible hack will
  45. be shown then.
  46.  
  47. The command-line for the C-option could be :
  48.  
  49. Command-line : BFF s c c
  50.  
  51.  
  52. Example 4 : Checking for Ansi-bombs
  53.  
  54. Command-line : BFF s c i    or    BFF a c:\dos i
  55.  
  56. Several possiblities here....
  57.  
  58. When adding the "I" to the command BFF will check text-files
  59. and ansi-files for so called ANSI-Bombs. This can be done to
  60. the commands BFF s, BFF d or BFF a. When an ansi-string has
  61. been found that could change one of your keys, BFF will report
  62. this.
  63.  
  64. Example 5 : Archive-option/command
  65.  
  66. Command lines : BFF A <wildcard> <options>   
  67.                 BFF <S or D> <filespec> A <options> 
  68.  
  69.  
  70. NOTE : It's not possible to select a drive character when
  71. entering BFF A on the command-line.
  72.  
  73. It's possible to call for the archive-option in BFF A (without
  74. the option A) and in BFF S or D (with the option A). 
  75.  
  76. The name of every file found with one of the extensions ARJ,
  77. ZIP and LZH will be sent to a file. After checking for hacks
  78. (if chosen) all these archives will be checked for integrity
  79. and viruses. For this the file 'PATHS.BFF' must be configured
  80. correctly !
  81.  
  82. Several options for the archive-commands are possible. You can
  83. add them on the command-line :
  84.  
  85. When adding M to the command-line, BFF will first scan your
  86. memory and your boot-sector first before unpacking the archi-
  87. ves.
  88.  
  89. When adding L to the command-line, BFF will automatically let
  90. the virusscanner create a log. When problems have been detec-
  91. ted (exitcode of virusscanner is unequal to zero), BFF will
  92. append the logfile of the virusscanner to the BFF-log named
  93. 'ARCHLOG.BFF'. When no problems have been detected, BFF will
  94. delete the logfiles...
  95.  
  96. When adding B to the command-line, BFF will strip the archive-
  97. bit of every archive found, that has to be scanned. When using
  98. the B-option continueously, BFF will skip the files that were
  99. scanned before. This option can be convenient when you want to
  100. check every new archive on your system but take care ! Also
  101. read BFF.DOC
  102.  
  103. Example 6 : Using BFF with B-, R- and S- option
  104.  
  105. When you intend to use this option, read the doc-file and the
  106. lines below carefully !
  107.  
  108. Assume the following :
  109.  
  110. You're having one or more HD's in your computer and you're
  111. having a lot of archived files on it with the extension .ZIP,
  112. .ARJ and .LZH. Normally spoken it takes a lot of time to scan
  113. these files again and again and again.....
  114.  
  115. You can do several things here. Here some examples.
  116.  
  117.  
  118. 1.  You do NOT want to scan these files for viruses and only
  119. new files that arrive on your system must be checked.
  120.  
  121. 2.  You're having a very large HD. You do not want to scan
  122. these files for viruses NOW. Only some directory's each time
  123. BFF runs must be scanned. Further all new files must be scan-
  124. ned.
  125.  
  126. 3.  You want to scan these files once and further only new
  127. files that arrive on your system must be checked.
  128.  
  129. 4.  As 2, but only you want them to rescan them at a time that
  130. it suits you.
  131.  
  132. 5.  I haven't got a large drive. What to do ?
  133.  
  134. The command-lines :
  135.  
  136. Ad 1. 
  137.  
  138. You don't want to scan these files :
  139.  
  140. Command-line : BFF S <drive> R
  141.  
  142. Now the archive-bit of all archived files are removed.
  143.  
  144. Command-line : BFF S <filespec/drive> A B
  145.  
  146. More options are allowed of course but you need the B-option.
  147. Only newer files will be checked and the archive-bit will also
  148. be removed by BFF with this option.
  149.  
  150. Ad 2.
  151.  
  152. You don't want to scan these files :
  153.  
  154. Command-line : BFF S <drive> R
  155.  
  156. To scan new files use :
  157.  
  158. Command-line : BFF S <filespec/drive> A B
  159.  
  160. Create an ascii-file called 'FILES.BFF' and enter file-speci-
  161. fications and run ...
  162.  
  163. Command-line : BFF I <options>
  164.  
  165. ... for checking the files found according to the file-speci-
  166. fications.
  167.  
  168. Ad 3.
  169.  
  170. To scan these files once run BFF with :
  171.  
  172. Command-line : BFF <S or D> <drive> A B
  173.  
  174. All archive-bits are removed by the B-option. These files will
  175. not be scanned again. Only new files will....
  176.  
  177.  
  178. Ad 4.
  179.  
  180. First do the same as ad 1 above.
  181.  
  182. Then create an ascii-file called 'FILES.BFF' and enter file-
  183. specifications and run ...
  184.  
  185. Command-line : BFF I <options>
  186.  
  187. ... for checking the files found according to the file-speci-
  188. fications.
  189.  
  190.  
  191. Ad 5.
  192.  
  193. Do not use the S- and R- option. Use the B-option.
  194.  
  195. ========
  196.  
  197. When the lines above are not totally clear to you, maybe a
  198. little experimenting with a floppy will clear some things up.
  199.  
  200.  
  201. [END OF EXAMPLES]   
  202.