Author Topic: panels  (Read 7973 times)

imruska98

  • Newbie
  • *
  • Posts: 1
    • View Profile
panels
« on: February 01, 2013, 16:21:04 »
My suggestion: make the target panel as  the source panel (see TC or FreeCommander).

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: panels
« Reply #1 on: February 01, 2013, 16:39:08 »
Think you need to explain that better.

Target panel is always the panel that is not in focus. and is the default target location for copy and other operations.. Like other commanders.

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Re: panels
« Reply #2 on: February 01, 2013, 18:14:40 »
imruska98,
If you want to show current source path in the target tab, you may use MultiScript. Something like:

Code: [Select]
@var $s = GetSourcePath();
MC.Explorer.Goto TARGET="{$s}";

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: panels
« Reply #3 on: February 01, 2013, 19:09:46 »
Or press Ctrl+. (dot)
Then Target path is set to the same as the source.