Difference between revisions of "Ignore"
(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...) |
m (→Similar parameters: added similar addsafemode) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Tells the scanner to break if it is of a given type. | + | |SYNTAX = ignore |
+ | |TITLESYNTAX = ignore | ||
+ | |PREVIOUS = | ||
+ | |VARIANTS = ignore! | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Flow Control | ||
+ | }}Tells the scanner to break if it is of a given type. | ||
==Usage== | ==Usage== | ||
ignore=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]] | ignore=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]] | ||
+ | ignore!=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]] | ||
===Examples=== | ===Examples=== | ||
ignore=0+2 | ignore=0+2 | ||
+ | ignore!=0 | ||
+ | |||
+ | # Skips if running Spybot-S&D or SpybotFS. | ||
+ | # Skips everything but Spybot - Search & Destroy. | ||
===Description=== | ===Description=== | ||
Line 13: | Line 24: | ||
* '''1''' represents TeaTimer | * '''1''' represents TeaTimer | ||
* '''2''' represents the Spybot - Search & Destroy single file scanner | * '''2''' represents the Spybot - Search & Destroy single file scanner | ||
+ | * '''3''' represents the framework used for anti-malware scripting (product yet unfinished) | ||
+ | |||
+ | The second, negating variant is available only with [[advcheck.dll]] 1.5.5.6 or later. | ||
==See also== | ==See also== | ||
===Similar parameters=== | ===Similar parameters=== | ||
+ | * [[addsafemode]] | ||
* [[askregreboot]] | * [[askregreboot]] | ||
* [[build]] | * [[build]] |
Latest revision as of 09:46, 29 May 2008
ignore | |
Variants | ignore ignore! |
Previously | |
Group | Flow Control |
Version | advcheck.dll ??? < 1.5.4.5 |
Tells the scanner to break if it is of a given type.
Contents
Usage
ignore=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]] ignore!=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]]
Examples
ignore=0+2 ignore!=0
- Skips if running Spybot-S&D or SpybotFS.
- Skips everything but Spybot - Search & Destroy.
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
- 3 represents the framework used for anti-malware scripting (product yet unfinished)
The second, negating variant is available only with advcheck.dll 1.5.5.6 or later.