Author Topic: Button parameter with simple Windows command/action  (Read 6618 times)

rcalbuth

  • Newbie
  • *
  • Posts: 5
    • View Profile
Button parameter with simple Windows command/action
« on: August 15, 2015, 19:13:56 »
Is it possible to set up a button which triggers a simple windows command?
I'd like to use when convenient the "one shot" windows "delete" function instead ot the MC more sophisticated "delete"

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: Button parameter with simple Windows command/action
« Reply #1 on: August 17, 2015, 08:11:33 »
There are probably way to call windows to do this. You can call external programs from script.

You can also from script call the CustomCommand function "MC.Explorer.Delete" with the "NODIALOG" parameter. Then the settings dialog is not shown

rcalbuth

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Button parameter with simple Windows command/action
« Reply #2 on: August 17, 2015, 17:58:36 »
PERFECT!
Your suggestion fully answers my need. Many thanks and congratulations for your nice software