Page 1 of 1

Ignore Button

Posted: 2010-01-07, 16:51 UTC
by Judykator
Could use a button that could add files to the ignore list.
Now do it by beating options.

Posted: 2010-01-07, 17:49 UTC
by m^2
You can add it yourself.
command:

Code: Select all

cmd
parameters:

Code: Select all

/c echo %P%N>>"%%COMMANDER_INI%%\..\ignore.txt"

Posted: 2010-01-07, 18:50 UTC
by fenix_productions
2Judykator
Small solution may help you:
http://cid-e12762cbdafb3c47.skydrive.live.com/self.aspx/TC/ignore.zip

1. unpack somewhere
2. add button with %P%N parameter

I don't remember if it worked for multiple selection though.

Posted: 2010-01-07, 20:20 UTC
by HolgerK
2Judykator

Code: Select all

TOTALCMD#BAR#DATA
%comspec% /c
type "%L" >>"%%COMMANDER_INI%%\..\ignore.txt"
WCMICONS.DLL,45
Add selection to ignore list

1
-1
You need to toggle the ignore list twice to apply the changes:

Code: Select all

TOTALCMD#BAR#DATA
cm_SwitchIgnoreList

WCMICONS.DLL,81


0
2922
A simpler way (same number of clicks but better control over the operation)
is to call:

Code: Select all

TOTALCMD#BAR#DATA
cm_IgnoreConfig

WCMICONS.DLL,34


0
480
and press one of the [add selected names..] buttons.

Kind regards
Holger

(copy the text from the code blocks one by one into the clipboard and paste the buttons into the button bar using the button bar context menu)