http://bugs.winehq.org/show_bug.cgi?id=7762
thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Summary|Error using |lnk files created by Wine |FileCreateShortcut cmd in |have invalid target |AutoHotkey script |
------- Additional Comments From thestig@google.com 2007-27-03 18:09 ------- The lnk files created by Wine look mostly correct, but do not work.
I tried the following with Autohotkey:
FileCreateShortcut, c:\windows\notepad.exe, bar.lnk, c:\windows, "foo bar", Test, , X, , 3
This should create a shortcut named bar.lnk that points to notepad.exe, with: argument: "foo bar" comment: "Test" hotkey: Ctrl+Alt+X that starts maximized.
When I copy the bar.lnk file to a Windows XP machine, Windows recognizes the file as a shortcut. It has the correct comment, hotkey, and is set to start maximized. The important thing that's missing is the pointer to the notepad.exe target.