Author Topic: Move File from One Panel to the Other  (Read 8025 times)

macmore

  • Junior Member
  • **
  • Posts: 20
    • View Profile
Move File from One Panel to the Other
« on: February 05, 2014, 18:51:53 »
Is there a command to move a file from the active panel to the other panel without prompting for the location?

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Move File from One Panel to the Other
« Reply #1 on: February 05, 2014, 19:09:28 »
It is a lot more then just location that is set there.. But you can create a UserDefinedCommand that calls "MC.Explorer.Copy NODIALOG"

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Re: Move File from One Panel to the Other
« Reply #2 on: February 05, 2014, 19:09:43 »
1. There are 2 options in Core Settings > Filesustem > Drag and Drop Operations
2. You may use MultiScript command MC.Explorer.Move with NODIALOG parameter

P.S. Mathias. I've noticed that after moving file from left to the right panel, right panel is updated but left is not. After moving from right to the left both panels are updated.

macmore

  • Junior Member
  • **
  • Posts: 20
    • View Profile
Re: Move File from One Panel to the Other
« Reply #3 on: February 05, 2014, 22:05:41 »
Thank you