home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / VIRUS / ALLVIRUS.ZIP / COMMAND.DOC < prev    next >
Text File  |  1992-01-15  |  3KB  |  92 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 cayse 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. /QUICK
  61. Faster search, but not as accurate.
  62.  
  63. /REPORT=file
  64. Sends the output to a file, in addition to displaying it on the screen.
  65.  
  66. /SILENT
  67. Generates no screen output at all - useful if you want to run the program
  68. from a batch file, and only check the return code.
  69.  
  70. /TROJAN  /NOTROJAN (default)
  71. Search/Don't' search for some Trojans and joke programs as well as viruses.
  72.  
  73. /USER /NOUSER (default)
  74. Search/Don't search for user-defined virus patterns.  This option should
  75. only be used if absolutely neccessary, as it may result in a considerable
  76. speed decrease.
  77.  
  78.                           Return status
  79.  
  80. The program uses the following exit codes, which can be checked with the
  81. ERRORLEVEL command from a BAT file.
  82.  
  83.     0 - Normal exit nothing found
  84.     1 - Abnormal termination - unrecoverable error (usually a missing
  85.         system file)
  86.     2 - Selftest failed - program has been modified.
  87.     3 - A Boot/File virus infection found.
  88.     4 - Virus signatures found in memory.
  89.     5 - Program terminated with ^C.
  90.  
  91.  
  92.