Author Topic: F6 - Move files  (Read 4713 times)

ArgusTuft

  • Newbie
  • *
  • Posts: 1
    • View Profile
F6 - Move files
« on: January 15, 2021, 11:03:33 »
Hi forum
I'm new here, so thanks for being gentle.
I need to move lots of files, and like to use F6.  It is fast and efficient.
Is there any switch to flip, or some way to turn of the nag screen "Move files and folders" each time F6 is pressed ?
TIA's for any tips or clues.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4265
    • View Profile
    • Multi Commander
Re: F6 - Move files
« Reply #1 on: January 21, 2021, 08:30:13 »
Not by default since many of the options and feature for copy are set there.
But you can use UserDefinedCommand to create a new command that skip that.

http://multicommander.com/docs/customcommands_list#mc.explorer.copy


bgroper

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: F6 - Move files
« Reply #2 on: January 23, 2021, 05:04:13 »
Not by default since many of the options and feature for copy are set there.
But you can use UserDefinedCommand to create a new command that skip that.

http://multicommander.com/docs/customcommands_list#mc.explorer.copy

Thanks, that might be very useful.