Difference between revisions of "Automation.ini"
m (fixed category) |
(added /createresultsxml info) |
||
Line 4: | Line 4: | ||
[Scan] | [Scan] | ||
SingleProductScan=''<productname>'' | SingleProductScan=''<productname>'' | ||
+ | |||
+ | 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 (Spybot - Search & Destroy)]] |
Revision as of 15:53, 26 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.