home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / virusers / f_prot.arj / COMMAND.DOC < prev    next >
Text File  |  1992-02-07  |  3KB  |  95 lines

  1.                            Command line mode
  2.  
  3.                         The command-line options
  4.  
  5. F-PROT.EXE is usually run without any parameters and will then enter
  6. interactive mode.  It is also possible to run it in command-line mode,
  7. which was the only possibility with version 1.
  8.  
  9. The available command-line options are
  10.  
  11. /ALL
  12. Specifies that all files should be searched, not just normal "executable"
  13. files.
  14.  
  15. /ANALYSE
  16. Performs a heuristic analysis instead of a signature-based scan. This
  17. approach may cause false positives, and should be used with care.
  18.  
  19. /AUTO
  20. May be specified with /DELETE or /DISINF so F-PROT will not request
  21. permission before deleting or disinfecting.  The default if only /DELETE
  22. or /DISINF are given is to ask if the file should be disinfected (or
  23. deleted).
  24.  
  25. /BOOT (default) /NOBOOT
  26. Scan/Don't scan for boot sector viruses
  27.  
  28. /COMMAND
  29. Force command-line mode.
  30.  
  31. /DELETE
  32. Delete all infected files, instead of just listing them.
  33.  
  34. /DISINF
  35. Disinfect whenever possible - deletes first-generation samples and files
  36. destroyed by overwriting viruses.  It will never delete a file which can
  37. be disinfected.
  38.  
  39. /FILE (default) /NOFILE
  40. Scan/Don't scan for file viruses
  41.  
  42. /HARD
  43. Scans the entire hard disk.
  44.  
  45. /HELP or /?
  46. Display a list of available options.
  47.  
  48. /INTER
  49. Force interactive mode.
  50.  
  51. /LIST
  52. Produce a report of all files checked, not just those which are infected.
  53.  
  54. /MULTI
  55. Scan multiple diskettes.
  56.  
  57. /NET
  58. Scans any network "drives" found.
  59.  
  60. /NOMEM
  61. Skip the memory scan.
  62.  
  63. /QUICK
  64. Faster search, but not as accurate.
  65.  
  66. /REPORT=file
  67. Sends the output to a file, in addition to displaying it on the screen.
  68.  
  69. /SILENT
  70. Generates no screen output at all - useful if you want to run the program
  71. from a batch file, and only check the return code.
  72.  
  73. /TROJAN  /NOTROJAN (default)
  74. Search/Don't' search for some Trojans and joke programs as well as viruses.
  75.  
  76. /USER /NOUSER (default)
  77. Search/Don't search for user-defined virus patterns.  This option should
  78. only be used if absolutely neccessary, as it may result in a considerable
  79. speed decrease.
  80.  
  81.                           Return status
  82.  
  83. The program uses the following exit codes, which can be checked with the
  84. ERRORLEVEL command from a BAT file.
  85.  
  86.     0 - Normal exit nothing found
  87.     1 - Abnormal termination - unrecoverable error (usually a missing
  88.         system file)
  89.     2 - Selftest failed - program has been modified.
  90.     3 - A Boot/File virus infection found.
  91.     4 - Virus signatures found in memory.
  92.     5 - Program terminated with ^C.
  93.     6 - At least one virus was removed.  This code is only 
  94.  
  95.