For example, maybe you can test it using the button below with and without the "G".
Code: Select all
TOTALCMD#BAR#DATA
cm_CreateShortcut
/GO5T="%|$DESKTOP|*.*.lnk"
wcmicons.dll,65
Create a desktop shortcut
-1
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
TOTALCMD#BAR#DATA
cm_CreateShortcut
/GO5T="%|$DESKTOP|*.*.lnk"
wcmicons.dll,65
Create a desktop shortcut
-1
In my case, the file itself is copied, while .lnk is added to its name.petermad wrote:How come that /GO5T="%|$DESKTOP|*.*.lnk" works for me then?
I see that now - I never thought of checking whether the created file was a real .lnk file. I can confirm the problem too now.
Ok, that does the job. Thanks.ghisler(Author) wrote: ↑2023-08-09, 14:05 UTCPlease change the parameters to:
/GB0O5T="%|$DESKTOP|*.*.lnk"
As sa16 wrote for files, also for directory shortcuts (where it's a bit tedious when the directory contains several Gb)
Moderator message from: white » 2023-08-21, 16:53 UTC