Author Topic: CreateLink in Button Editor  (Read 7212 times)

jinkyp

  • Newbie
  • *
  • Posts: 3
    • View Profile
CreateLink in Button Editor
« 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

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: CreateLink in Button Editor
« Reply #1 on: December 02, 2013, 08:03:13 »
Code: [Select]
MC.Utils.CreateLink LNKTRG="<existing file>" LNKSRC="d:\mylink.lnk" LNKTYPE=4