Difference between revisions of "Filename"
(→See also) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Defines filename for Directory command check. | + | |SYNTAX = filename |
+ | |TITLESYNTAX = filename | ||
+ | |VARIANTS = filename! | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | }}Defines filename for Directory command check. | ||
==Usage== | ==Usage== | ||
filename=<filename(string)> | filename=<filename(string)> | ||
+ | filename!=<filename(string)> | ||
+ | |||
+ | The second negation variant is available only in [[advcheck.dll]] later than 1.5.4.5. | ||
===Examples=== | ===Examples=== | ||
Line 11: | Line 18: | ||
{{AlgoPrefix}} Sets the filename used for following advanced parameters in combination with for example the [[Directory]] command. For some commands, it also needs to just be set to ''anything'' to allow control flow [[Advanced file parameters|advanced file parameters]] to be used. | {{AlgoPrefix}} Sets the filename used for following advanced parameters in combination with for example the [[Directory]] command. For some commands, it also needs to just be set to ''anything'' to allow control flow [[Advanced file parameters|advanced file parameters]] to be used. | ||
− | [[AlgoPrefix|Algo-Prefixes]] are available only in [[ | + | [[AlgoPrefix|Algo-Prefixes]] are available only in [[advcheck.dll]] later than 1.5.4.5, previously only wildcards (now default) were supported. |
==See also== | ==See also== |
Revision as of 18:45, 21 February 2008
filename | |
Variants | filename filename! |
Previously | {{{PREVIOUS}}} |
Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
Version | advcheck.dll ??? < 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] Defines filename for Directory command check.
Contents
Usage
filename=<filename(string)> filename!=<filename(string)>
The second negation variant is available only in advcheck.dll later than 1.5.4.5.
Examples
filename=<$WINDIR>\malware.exe
Description
AP Sets the filename used for following advanced parameters in combination with for example the Directory command. For some commands, it also needs to just be set to anything to allow control flow advanced file parameters to be used.
Algo-Prefixes are available only in advcheck.dll later than 1.5.4.5, previously only wildcards (now default) were supported.