Tagged Questions
4
votes
7answers
6k views
Windows shortcut (.lnk) parser in Java?
I'm currently using Win32ShellFolderManager2 and ShellFolder.getLinkLocation to resolve windows shortcuts in Java. Unfortunately, if the Java program is running as a service under Vista, ...
2
votes
0answers
356 views
Java parser for Windows shortcut (.lnk) created by cygwin
Following a previous discussion on lnk files parsing in java (http://stackoverflow.com/questions/309495/windows-shortcut-lnk-parser-in-java/1700377),
I've tested all solutions proposed and no one ...
0
votes
0answers
124 views
Windows shortcut (.lnk) parser in Java that can read arguments
Basically the title says it all, I need to parse .lnk to extract the path and the arguments. JShortcut can do this, but it's GPL. Any suggestions ?