Difference between revisions of "WinDir"
(New page: {{Outdated SBI|}} This example would remove a folder named "Spyware" lying inside the Windows folder. It is recommended to use the Directory command instead, which support advanced directo...) |
|||
Line 1: | Line 1: | ||
− | {{Outdated SBI|}} | + | {{Outdated SBI|Directory}} |
− | + | Detects folders beneath the Windows folder. | |
==Usage== | ==Usage== | ||
Line 7: | Line 7: | ||
===Examples=== | ===Examples=== | ||
WinDir:"Data","Spyware" | WinDir:"Data","Spyware" | ||
+ | |||
+ | This example would remove a folder named "Spyware" lying inside the Windows folder. | ||
===Description=== | ===Description=== | ||
+ | It is recommended to use the [[Directory]] command combined with the [[Path templates|path template]] <$WINDIR> instead, which support advanced directory parameters. This page is only provided to give you this upgrading instruction. | ||
==See also== | ==See also== | ||
+ | * [[Advanced file parameters]] | ||
+ | * [[Path templates]] | ||
===Similar commands=== | ===Similar commands=== | ||
− | + | * [[Directory]] | |
− | [[ | + | * [[ProgramDir]] |
− | [[ | + | * [[SystemDir]] |
− | [[ | + | * [[TempDir]] |
Revision as of 18:24, 16 February 2008
This SBI command is outdated and will probably not be supported in Spybot-S&D 2.0. As of yet, it is unclear whether an automated conversion path exists. Automated conversion paths may also be less sufficient than a manual upgrade. We recommend that you take a look at Directory for a possible alternative command. |
Detects folders beneath the Windows folder.
Usage
WinDir:[description],[foldername],<advanced build parameters>
Examples
WinDir:"Data","Spyware"
This example would remove a folder named "Spyware" lying inside the Windows folder.
Description
It is recommended to use the Directory command combined with the path template <$WINDIR> instead, which support advanced directory parameters. This page is only provided to give you this upgrading instruction.