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

Create User Defined Commands

Multi Commander allows you to create your own commands, which can then be run from the menubar, button panel, a hotkey or the command line.

Open the User Defined Commands dialog by selecting "User Defined Commands" from the Configuration menu.

 

Create Command

Follow these instructions to create a command:

  1. Click on the new button and enter the name you want to give your command. (The name can be changed later by editing the name property and re-saving the command.)
  2. Fill in the tooltip / description for the command. This text will be shown as a tooltip when you hover over a command (if the command is assigned to a button on the button panel) or as a menu entry or description when needed.
  3. Next select which type of command you want to create. There are five types of command available:
    1. Internal Commands
    2. External Commands
    3. Custom Commands
    4. Batch Script (.BAT)
    5. MultiScript
  4. When you are done, press the Save button to save the command.
  5. You now need to assign the command to a button, hotkey, menu item or alias so you will have a way to access the command.

    From the Button Editor you can configure a button to use a "User Defined Command" and then choose which of your commands to assign to it.

    From the Menu button you can add your command to a menu item that will be shown on the menu bar. The HotKey button will open the Keyboard customization window with your command pre-selected so that you can assign a hotkey to it.

    The unique ID that is shown in the Unique ID field at the top right of the screen (generated when the command was saved) allows you to access this command from the command line bar. The easiest way to do that is to create an alias for that id with a name you can more easily remember, using the Alias Editor (found under the Configuration menu).