Reputation: 45
I would like to add button to my commander(in button bar) that once clicked executes command with left foler as first parameter and right as second.
Example: I have opened two folders: C:\repo1 C:\repo2
I want command to execute my_tool.exe "C:\repo1" "C:\repo2"
Upvotes: 2
Views: 3702
Reputation: 607
Fill in the fields:
Command: => my_tool_path/my_tool.exe
Parameters: => "%X%P" "%X%T" (or "%X%P%N" "%X%T%M" for pathes with filenames)
Upvotes: 5