Difference between revisions of "Build"

From SpybotWiki
Jump to: navigation, search
m (Description)
m (fixed "PREVIOUS" field in box)
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|TITLESYNTAX = build
 
|TITLESYNTAX = build
 
|VARIANTS =  
 
|VARIANTS =  
 +
|PREVIOUS =
 
|PEVERSION = ??? < 1.5.4.5
 
|PEVERSION = ??? < 1.5.4.5
 +
|GROUP = Flow Control
 
}}Checks the build number.
 
}}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 26: Line 28:
 
* 20050523: Spybot - Search & Destroy 1.4 (1.4 final)
 
* 20050523: Spybot - Search & Destroy 1.4 (1.4 final)
  
===Known beta builds====
+
====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)
 
* 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)
 
* 20070128: Spybot - Search & Destroy 1.5.0.04 (1.5.0 final)
Line 39: 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