Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: jinkyp on December 02, 2013, 00:42:59

Title: CreateLink in Button Editor
Post by: jinkyp on December 02, 2013, 00:42:59
Hi I would like to create a button which creates a shortcut of the selected file.

I assume I use this function:

MC.Utils.CreateLink LNKTYPE

but am not sure of the format of the LINKTYPE. For example how to I define LINKTYPE 4 for shortcut.

Thank you
Title: Re: CreateLink in Button Editor
Post by: Mathias (Author) on December 02, 2013, 08:03:13
Code: [Select]
MC.Utils.CreateLink LNKTRG="<existing file>" LNKSRC="d:\mylink.lnk" LNKTYPE=4