Displaying 1 result from an estimated 1 matches for "create_shortcut".
2007 Mar 19
2
Help creating a shortcut in wine
...; check to make sure that the correct # of parameters were passed
in
if %0% < 2
{
MsgBox This script requires 2 parameters but received %0%.
ExitApp
}
FileCreateShortcut, %1%, %2%
Here is the error:
Z:\home\mike>"C:\Program Files\AutoHotkey\AutoHotkey.exe"
create_shortcut.ahk "Z:\home\mike\test.txt" "shortcut_test.txt.lnk"
Z:\home\mike>fixme:system:SystemParametersInfoW Unimplemented
action: 8192 (SPI_GETFOREGROUNDLOCKTIMEOUT)
My other approach was to use VBScript to create a shortcut. See
Bugzilla Bug 7659 on http://bugs.winehq.org/
If t...