Introduction

Overview / Layout

Panels

FileSystem

File Operations

Extensions

Tools

Customization and Configuration

Configuring the Layout

User Commands and Scripting

Other

API

Troubleshooting

FAQ (pages to follow)

Index

Copy/Move Operations

To copy or move files and folders you first have to select the desired items; then there are a number of ways to start the copy/move operation:

  1. You can drag and drop the selected files to where you want them copied or moved
  2. You can select "Copy..." or "Move..." from the File menu
  3. You can press the Copy or Move Button in the button panel, or in the File Commands toolbar
  4. You can press the shortcut key for the Copy or Move command
    (The default for Commander-style setup is F5/F6, for Explorer-style it is F4/F6)

When a Copy or Move operation has been requested a dialog asking where to copy/move the files to is shown.

The default target for the copy/move operation will be the path of the target panel.

To start the Copy or Move operation simply press the OK button.

Running multiple copy/move operations concurrently on the same disks can affect performance.
Therefore, if another Copy or Move operation is already in progress a dialog will be shown asking if the new Copy/Move operation should be added to the queue of operations that are already running.

Read more about the Progress Window that will be shown during the copy/move operation.

Exceptions for a Single File


If you are copying/moving a single file then the file name will also be shown in the target path field. This allows you to change the target name of the file if you wish.
If the target path is removed and only a filename is entered, then the file is written to the same path that it is read from but it is written using its new name.

Options

Pressing the Options button causes the dialog to expand and show the basic file operation options.

Filters

Filters can be used to exclude files and folders from being copied/moved. Prefix the filter with "-" to exclude files and "/" to target only folders. Separate filters with spaces; if a space is needed in the filter then put quotes (") around the filter.

Examples..  

*.jpg *.tiff Only copy jpg and tiff files. Subfolders will be copied but only files matching the filter will be copied.
-*.jpg Do not copy/move any jpg files.
-/Img -*.txt Do not copy/move any folder named "Img" (all files inside that folder will also be ignored).
Also exclude all .txt files.

Auto Close

These 2 options specify when the copy/move progress bar should be closed: automatically after the operation is complete, and if it should close only for short file operations. The default values for these options are configured in Core Settings.
( Menu -> Configuration -> Core Settings -> (tab) File System ).

When you only perform short copy operations such as copying a few images that will only take a few seconds, then you might want the progress dialog to auto-close when finished. However if the copy operation takes a very long time such as copying thousands of files, then you might want to keep it open after it is finished.

FileOperation Plug-in profiles

FileOperation Plug-ins can be used when copying/moving files.These plug-ins can interact with the copy/move operation at difference stages of the process: when files are placed in the queue, before they are read, during data transfer, and after a file is written. Multiple plug-ins can be run consecutively, therefore the plug-ins can be assigned to profiles and you select which profile you want to use.

The FileOperation Plug-in Profiles are modified and configured in the "FileOperation plug-in Profile manager" dialog that is opened by clicking on the "..." button next to the FileOperation Plug-in profiles drop-down list.

By default 3 plug-ins are included in Multi Commander:

  1. Copy Content

    This plug-in takes the content of selected folders and places them in the queue as if you selected all the files in those folders rather than the folders themselves.

    This plug-in is mainly used when merging multiple folders into a single target folder. For example, the folders D:\Images1, D:\Images2 and D:\Images3 are selected and copied using the Copy Content plug-in to D:\All-Images. Thus all the content from those three folders will be merged together into D:\All-Images.

    Without this plug-in you would get 3 folders in D:\All-Images named Images1, Images2 and Images3, each containing all its respective files. To merge all the folders together you would have had to go into D:\Images1, select all its files and copy them to D:\AllImages, then repeat that process for each of the other folders you wanted to merge.

  2. AutoSort (A-Z)

    This plug-in will effectively modify the target location of the selected files and folders and distribute them into an A-Z folder structure in the selected target location.

    For example if the file "D:\Images1\Australia_001.jpg" is specified to be copied to D:\Images, it will be placed in D:\Images\A instead.

  3. Unpacker

    This plug-in will unpack all .zip/.rar files (depending on configuration) into the target folder instead of copying/moving them.

    For example if it is told to copy the file "D:\Images_Collections\TripAustralia.zip" into D:\Trips, then it will take all the files inside the .zip archive and copy them into D:\Trips instead.

Advanced Options

Pressing the Advanced button will expand the dialog and show the Advanced Options. These are options that are rarely changed; some options here should only be changed if you really know what you are doing.

  • Keep incomplete/broken files

    If a file operation is interrupted when copying a file and the file is incomplete, or if an archive filesystem plug-in for .zip or .rar files informs you that the unpacked file is broken (the CRC check may have failed, for example), you can select if you always want to keep it, delete it or be asked what to do each time it happens.
    The default value for this option can be configured under the "Filesystem" tab in Core Settings (found under Menu ->Configuration).

  • Keep date and time

    Check this if you want the original date and time of the files you copy/move to be retained.

  • Junctions / Symbolic Links

    If the copy/move operation comes to a Junction or Symbolic link in the filesystem, you can configure how  it should be handled. The default for this option can be configured under the "Filesystem" tab in Core Settings (found under Menu ->Configuration).

    (Symbolic links only exist on NTFS file systems, but not on Windows XP/2003 and older.)

    • Follow Links

      This specifies that Multi Commander should copy the file/folder of the link target to the target folder.

    • Copy/Move Link

      This will create a new link on the target and this link will point to the same location that the source link is pointing to. This requires you to have permissions in the filesystem to create Symbolic Links or Junctions.

    • Ignore Links

      This will ignore all types of links, and will not follow or copy/move them.

  • Read/Write Strategy

    This is a list of different read/write strategies that can be used when reading/writing data. The system tries to determine what read/write strategy is best for the current operation and it will automatically select it. It is possible to select another one and also configure the strategy using the "..." button. This is however not recommended unless you are an expert.

  • Speed Limit

    This allows you to limit the maximum speed of the copy/move operation.
    This feature is not yet enabled, and cannot be used at present

Save As Default

Pressing this button will save the settings you have currently chosen as the default values for all future copy/move operations. The next time you start a copy operation and this dialog is shown the configuration will be preset to what you have now.

Set/Change Presets

Presets are a special feature whereby you can save some or all configurations including filters and target locations. These configurations can then be loaded using the functions keys (F1 to F10). A preset can also be configured to be auto-loaded when you start a copy/move operation from a specific folder.
Read more about FileOperation Presets