sa
|
Posted: Wed Aug 27, 2014 22:04 Post subject: |
|
|
Вахмурка
Попробовал команду
SELECTFILES *.*htm*>*.jpg
У меня выделяет, как и положено, только одноимённые с .*htm* файлы .jpg, а не все, как описал ты. Или я не так понял вопрос…
Вот ещё из справки:
Quote: | New: You can now select related files. For example, you would want to select all RAW image files (.cr2), but only if there is a jpg file in the same directory. This can be done with the following selection string:
*.jpg>*.cr2
This also supports more complex naming schemes. For example, if the jpg file is named IMG_1057.JPG and the raw file CRW_1057.CR2, the selection string would have to be:
*.jpg>crw*.cr2 |
|
|