Difference between revisions of "Ignore"

From SpybotWiki
Jump to: navigation, search
(New page: {{AdvFileParam|ignore}} Tells the scanner to break if it is of a given type. ==Usage== ignore=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]] ===Examples=== ignore=0+2 ===Des...)
 
(added info box)
Line 1: Line 1:
{{AdvFileParam|ignore}}
+
{{AdvParamInfo
Tells the scanner to break if it is of a given type.
+
|SYNTAX = ignore
 +
|TITLESYNTAX = ignore
 +
|PREVIOUS =
 +
|VARIANTS =
 +
|PEVERSION = ??? < 1.5.4.5
 +
|GROUP = Flow Control
 +
}}Tells the scanner to break if it is of a given type.
  
 
==Usage==
 
==Usage==

Revision as of 09:07, 22 February 2008

ignore
Variants ignore
Previously
Group Flow Control
Version advcheck.dll ??? < 1.5.4.5

Tells the scanner to break if it is of a given type.

Usage

ignore=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]]

Examples

ignore=0+2

Description

Breaks if the scanner is of the given types. Types are separated with "+". Currently supported scanners:

  • 0 represents Spybot - Search & Destroy
  • 1 represents TeaTimer
  • 2 represents the Spybot - Search & Destroy single file scanner

See also

Similar parameters

Similar commands