Difference between revisions of "Target(link)"
(New page: {{AdvFileParam|target[link]}}) |
(added info box) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
+ | |SYNTAX = target[link] | ||
+ | |TITLESYNTAX = target(link) | ||
+ | |PREVIOUS = | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Special File Formats | ||
+ | }}Checks the execution target of a shortcut (''.lnk'') file. | ||
+ | |||
+ | ==Usage== | ||
+ | target[link]=<filename> | ||
+ | |||
+ | ===Example=== | ||
+ | |||
+ | ===Description=== | ||
+ | {{AlgoPrefix}} Reads a shortcut file and compares it with ''filename''. | ||
+ | |||
+ | ==See also== | ||
+ | * [[AlgoPrefix]] | ||
+ | |||
+ | ===Similar parameters=== | ||
+ | * [[params(link)]] | ||
+ | * [[targetbranch(link)]] | ||
+ | |||
+ | ===Similar commands=== | ||
+ | * [[AutoStart]] | ||
+ | * [[DesktopIcon]] | ||
+ | * [[DesktopIconByLink]] | ||
+ | * [[File]] | ||
+ | * [[QuickLaunchIcon]] | ||
+ | * [[QuickLaunchIconByLink]] | ||
+ | * [[StartmenuItem]] | ||
+ | * [[StartmenuItemByLink]] |
Latest revision as of 09:25, 22 February 2008
target[link] | |
Variants | target[link] |
Previously | |
Group | Special File Formats |
Version | advcheck.dll ??? < 1.5.4.5 |
Checks the execution target of a shortcut (.lnk) file.
Usage
target[link]=<filename>
Example
Description
AP Reads a shortcut file and compares it with filename.