Page 1 of 1

Find Files and Dirictories features

Posted: 23 Feb 2013, 10:25
by Narrakko
I would greatly appreciate it if...
  • Add file extension column to search result.
  • Add Winows icons support for search result.
  • Add export search result future. As "Make File List" from "Commands" menu.
  • Add "Search only in selected" option, activate this option when user selected some directories in panels.
Thanks, You do great job, guys!

Re: Find Files and Dirictories features

Posted: 26 Feb 2013, 02:34
by otrov
Narrakko wrote:[*]Add export search result future. As "Make File List" from "Commands" menu.
A workaround for this feature can be accomplished by User Menu action, which is available in Find dialog.
For example, I created makefile.cmd batch with this contents:

Code: Select all

@echo off
set filelist=c:\temp\filelist.txt
type NUL > %filelist%
for %%f in (%*) do echo %%f >> %filelist%
And set new User Menu action:

Image

Now, if I select some files in Find dialog and execute this newly created action, I get file `c:\temp\filelist.txt` populated with selected file paths.

Re: Find Files and Dirictories features

Posted: 19 Mar 2014, 03:41
by fraktik
Windows Icons or different views (Detailed/Previews...) would be nice - but list results in panel would it solve elegantly enough (for me at least).
Maybe some way how to use multiple folders for search too. Drag and Drop for example. It could has list with checkboxes (for taking some away) too.

Re: Find Files and Dirictories features

Posted: 02 Feb 2016, 15:33
by fraktik
I thank for this method, but I cant make list from more than 40-60 rows in my search results (and I need much more - around 1k at least):
Cant make command from User Menu, command or his arguments are too long

Re: Find Files and Dirictories features

Posted: 10 Feb 2016, 17:08
by mdruiter
Check http://forum.altap.cz/viewtopic.php?f=3&t=2758#p29436 for a solution that copies all properties of a long list of files.

Re: Find Files and Dirictories features

Posted: 11 Feb 2016, 15:26
by fraktik
"Solution" is way beyond my area of expertise and I don't have capaticies right now to expand those boundaries.
Thank anyway.
BTW I rememeber, that i get some (I think other) solution, but lost the result some time ago because corrupted AS setting file.