Difference between revisions of "Automation.ini"
m (fixed category) |
m (added more categories) |
||
(One intermediate revision by the same user not shown) | |||
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)]] | ||
+ | [[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.