Targetbranch(link): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(New page: {{AdvFileParam|target[link]}} Checks the execution target of a shortcut (''.lnk'') file. ==Usage== target[link]=<filename> ===Example=== ===Description=== {{AlgoPrefix}} Reads a shortc...)
 
(added info box)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{AdvFileParam|target[link]}}
{{AdvParamInfo
|SYNTAX = targetbranch[link]
|TITLESYNTAX = targetbranch(link)
|PREVIOUS =
|VARIANTS =
|PEVERSION = ??? < 1.5.4.5
|GROUP = Special File Formats
}}
{{DISPLAYTITLE:}}{{AdvFileParam|}}
Checks the execution target of a shortcut (''.lnk'') file.
Checks the execution target of a shortcut (''.lnk'') file.


==Usage==
==Usage==
  target[link]=<filename>
  targetbranch[link]=<filename>


===Example===
===Example===
Line 26: Line 34:
* [[StartmenuItem]]
* [[StartmenuItem]]
* [[StartmenuItemByLink]]
* [[StartmenuItemByLink]]
[[Category:Advanced file parameters for Flow Control]]

Latest revision as of 09:24, 22 February 2008

targetbranch[link]
Variants targetbranch[link]
Previously
Group Special File Formats
Version advcheck.dll ??? < 1.5.4.5

Checks the execution target of a shortcut (.lnk) file.

Usage

targetbranch[link]=<filename>

Example

Description

AP Reads a shortcut file and compares it with filename. If a match was found, all following tests will be executed upon this file (tests branched to that filed).

See also

Similar parameters

Similar commands