|
Overview
|
DUMPLNK is a command-line tool that enables users to dump content of a shortcut
(.lnk) file.
Type DUMPLNK
without any parameter for an help screen.
D:\Dev\dumplnk> dumplnk.exe
DUMPLNK v.1.2 (Jul 10 2006)
Prints shortcut's properties.
Syntax: DUMPLNK [-?] [-www] [-p:pawdki] file.lnk [...]
-? : Print this help.
-www : Visit web site.
-p:pawdki : Outputs only part of the content.
p : full pathname of the target
a : arguments
w : working directory
d : description
k : shortcut key
i : icon location
file.lnk [...] : File(s) to process. Wildcards * and ? are welcome.
Last version available: http://debrock.org/dumplnk/
Running dumpver on notepad.lnk gives the following:
D:\Dev\dumplnk> dumplnk.exe NOTEPAD.lnk
D:\Dev\dumplnk\NOTEPAD.lnk
Path: C:\WINNT\NOTEPAD.EXE
Arguments: c:\autoexe.bat
Working Directory: %windir%
Description: Simple Text Editor.
Hotkey: A
Icon Location: %windir%\NOTEPAD.EXE
Icon Location Index:0
Show Command: 1
Running dumpver with option -p:pai (path,argument,icone) on
notepad.lnk gives the following:
D:\Dev\dumplnk> dumplnk.exe NOTEPAD.lnk -p:pai
C:\WINNT\system32\notepad.exe
c:\autoexe.bat
0@C:\WINNT\system32\notepad.exe
|
|