Could use a button that could add files to the ignore list.
Now do it by beating options.
Ignore Button
Moderators: Hacker, petermad, Stefan2, white
You can add it yourself.
command:
parameters:
command:
Code: Select all
cmd
Code: Select all
/c echo %P%N>>"%%COMMANDER_INI%%\..\ignore.txt"
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
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.
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
#128099
2Judykator
You need to toggle the ignore list twice to apply the changes:
A simpler way (same number of clicks but better control over the operation)
is to call:
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)
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c
type "%L" >>"%%COMMANDER_INI%%\..\ignore.txt"
WCMICONS.DLL,45
Add selection to ignore list
1
-1
Code: Select all
TOTALCMD#BAR#DATA
cm_SwitchIgnoreList
WCMICONS.DLL,81
0
2922
is to call:
Code: Select all
TOTALCMD#BAR#DATA
cm_IgnoreConfig
WCMICONS.DLL,34
0
480
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)