Author Topic: Option to disable copy/move/delete confirmation dialogs  (Read 8633 times)

mrbungle

  • Newbie
  • *
  • Posts: 7
    • View Profile
Option to disable copy/move/delete confirmation dialogs
« on: August 05, 2016, 03:03:11 »
I don't use any of the options on these dialogs, they just get in my way.  Really, copy,move,delete - file management - is the core function of a command program, these features are used frequently!  There are options to disable many other confirmation dialogs, please add an option to disable these dialogs (and use the defaults).  At the same time, please add an option to automatically minimize (hide) the file copy/move/delete progress bar.  It is much better to just have the awesome little progress bar down the bottom right show you what's going on and let you get on with other tasks.

thanks!!!

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Re: Option to disable copy/move/delete confirmation dialogs
« Reply #1 on: August 05, 2016, 06:32:58 »
You may create user command:
Code: [Select]
MC.Explorer.Copy NODIALOG
P.S. It seems to be broken in 6.4.3
« Last Edit: August 05, 2016, 06:42:29 by Jungle »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Option to disable copy/move/delete confirmation dialogs
« Reply #2 on: August 08, 2016, 14:50:22 »
Code: [Select]
MC.Explorer.Copy NODIALOGDo not show the confirmation and copy option dialog.. It have always shown the Progress dialog.

mrbungle

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Option to disable copy/move/delete confirmation dialogs
« Reply #3 on: August 11, 2016, 02:48:01 »
Thanks, I added a Multi-Script user-command with that code and it works (although shows the progress dialog).  I think it makes sense to include as an option in the core settings as opposed to having to write a custom user command.  Additionally, the option to minimize the progress bar by default should be there, perhaps indepent from the option to skip the confirmation dialogs.