search for: filecreateshortcut

Displaying 1 result from an estimated 1 matches for "filecreateshortcut".

2007 Mar 19
2
Help creating a shortcut in wine
...ortcut target (include the full absolute path) ; %2% (argument #2) - name of the shortcut, include the .lnk extension ; 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_GETFOREGROUNDLOCKTIME...