Difference between revisions of "Automation.ini"

From SpybotWiki
Jump to: navigation, search
(first draft)
 
m (added more categories)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
  SingleProductScan=''<productname>''
 
  SingleProductScan=''<productname>''
  
[[Files (Spybot - Search & Destroy]]
+
Another use is in combination with [[/createresultsxml]]  {{PathTemplates}}, which is another special automation option. In this case, you use it to specify a filename:
 +
[Results]
 +
XMLLocation=''<fully qualified filename>''
 +
Beginning with [[Spybot - Search & Destroy]] 1.6 RC 1, this also supports [[Path templates|path templates]].
 +
 
 +
[[Category:Files (Spybot - Search & Destroy)]]
 +
[[Category:Files (Safer-Networking Ltd.)]]
 +
[[Category:Files]]

Latest revision as of 13:18, 27 June 2008

Automation.ini is a file that resides in the application folder of Spybot - Search & Destroy.

It currently is used in combination with the command line parameter /singleproductscan by specifying the single product to be scanned for in the following way:

[Scan]
SingleProductScan=<productname>

Another use is in combination with /createresultsxml PT, which is another special automation option. In this case, you use it to specify a filename:

[Results]
XMLLocation=<fully qualified filename>

Beginning with Spybot - Search & Destroy 1.6 RC 1, this also supports path templates.