and specially to the lst2str author.
I have a problem using it..it seems to not work at all with this example..
1. I would use touch.exe available here http://www.helge.mynetcologne.de to work on several selected files (it accepts only one at a time). Lst2str is the excellent choice in this case, but it doesn't work!
2. I created a button with the following commands:
Code: Select all
Command: %COMMANDER_PATH%\Tools\lst2str.exe
Parameters: /X:"d:\wincmd\Tools\Touch.exe" /L:"%L" /S:"" /W:H /E /C:4096
Start Path: %COMMANDER_PATH%\Tools\
the problem is that it doesn't work when you select more than 1 file (if you select with * only one file -hte list contains only one entry- it works otherwise not).
Do you have any idea of why? What I'm missing?

Could it be possible to add to the program a /D debug option to see which are the commands that would be executed, without executing them? It is extremely interesting for creating buttons like this..