Ignore Button

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Judykator
Junior Member
Junior Member
Posts: 11
Joined: 2007-12-22, 09:31 UTC

Ignore Button

Post by *Judykator »

Could use a button that could add files to the ignore list.
Now do it by beating options.
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post 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"
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post 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.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
HolgerK
Power Member
Power Member
Posts: 5409
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post 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)
Post Reply