Difference between revisions of "Build"

From SpybotWiki
Jump to: navigation, search
(New page: {{AdvFileParam|build}} Checks the build number ==Usage== build=<build number> build!=<build number> build>=<build number> build<=<build number> ===Examples=== build>=20070830 This ...)
 
m (fixed "PREVIOUS" field in box)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{AdvFileParam|build}}
+
{{AdvParamInfo
Checks the build number
+
|SYNTAX = build
 +
|TITLESYNTAX = build
 +
|VARIANTS =
 +
|PREVIOUS =
 +
|PEVERSION = ??? < 1.5.4.5
 +
|GROUP = Flow Control
 +
}}Checks the build number.
  
 
==Usage==
 
==Usage==
  build=<build number>
+
  build=<build(date)>
  build!=<build number>
+
  build!=<build(date)>
  build>=<build number>
+
  build>=<build(date)>
  build<=<build number>
+
  build<=<build(date)>
  
 
===Examples===
 
===Examples===
Line 17: Line 23:
 
This is useful mostly to block commands that use new features or bugfixes that would cause problems in older versions of the scanner engine.
 
This is useful mostly to block commands that use new features or bugfixes that would cause problems in older versions of the scanner engine.
  
Known builds are for example:
+
====Known final builds====
 
* 20080128: Spybot - Search & Destroy 1.5.2.20 (1.5.2 final)
 
* 20080128: Spybot - Search & Destroy 1.5.2.20 (1.5.2 final)
* 20070830: Spybot - Search & Destroy 1.5.1.15 (1.5 final)
+
* 20070830: Spybot - Search & Destroy 1.5.1.15 (1.5.1 final)
 +
* 20050523: Spybot - Search & Destroy 1.4 (1.4 final)
 +
 
 +
====Known beta builds====
 +
* 20080616: Spybot - Search & Destroy 1.6.0.26 (beta 2)
 +
* 20080604: Spybot - Search & Destroy 1.6.0.25 (beta 1)
 +
* 20070725: Spybot - Search & Destroy 1.5.1.14 (1.5.1 RC 1)
 +
* 20070128: Spybot - Search & Destroy 1.5.0.04 (1.5.0 final)
 +
* 20050427: Spybot - Search & Destroy 1.4 (1.4 RC 2)
 +
* 20050413: Spybot - Search & Destroy 1.4 (1.4 RC 1)
 +
* 20050131: Spybot - Search & Destroy 1.4 (1.4 PE RC 1)
 +
* 20041027: Spybot - Search & Destroy 1.3.2 (1.3.2 beta 1)
  
 
Most recent Spybot - Search & Destroy show the build version when hovering the mouse over the version number on the ''Info'' tab.
 
Most recent Spybot - Search & Destroy show the build version when hovering the mouse over the version number on the ''Info'' tab.
Line 26: Line 43:
  
 
===Similar parameters===
 
===Similar parameters===
 +
* [[addsafemode]]
 
* [[askregreboot]]
 
* [[askregreboot]]
 
* [[flagifnofile]]
 
* [[flagifnofile]]

Latest revision as of 19:54, 25 June 2008

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

Checks the build number.

Usage

build=<build(date)>
build!=<build(date)>
build>=<build(date)>
build<=<build(date)>

Examples

build>=20070830

This example would let the command succeed only on Spybot - Search & Destroy 1.5 and above.

Description

This parameter allows you to control whether a command should be run in the current On-Demand scanner. Supported are also the not equal, lesser than or equal and greater than or equal comparisons. This is useful mostly to block commands that use new features or bugfixes that would cause problems in older versions of the scanner engine.

Known final builds

  • 20080128: Spybot - Search & Destroy 1.5.2.20 (1.5.2 final)
  • 20070830: Spybot - Search & Destroy 1.5.1.15 (1.5.1 final)
  • 20050523: Spybot - Search & Destroy 1.4 (1.4 final)

Known beta builds

  • 20080616: Spybot - Search & Destroy 1.6.0.26 (beta 2)
  • 20080604: Spybot - Search & Destroy 1.6.0.25 (beta 1)
  • 20070725: Spybot - Search & Destroy 1.5.1.14 (1.5.1 RC 1)
  • 20070128: Spybot - Search & Destroy 1.5.0.04 (1.5.0 final)
  • 20050427: Spybot - Search & Destroy 1.4 (1.4 RC 2)
  • 20050413: Spybot - Search & Destroy 1.4 (1.4 RC 1)
  • 20050131: Spybot - Search & Destroy 1.4 (1.4 PE RC 1)
  • 20041027: Spybot - Search & Destroy 1.3.2 (1.3.2 beta 1)

Most recent Spybot - Search & Destroy show the build version when hovering the mouse over the version number on the Info tab.

See also

Similar parameters

Similar commands