If I manually create such file lists for each external drive, what is the fastest / most convenient way to exclude / include all of these lists in the search?How do I make an EFU file list?
In Everything, from the Tools menu, click File List Editor....
In the File List Editor, drag and drop files into the list to add to your file list.
You can also add files and folders from the Edit menu.
When you are finished, from the File menu, click Save.
Automatically make an EFU file list each time an external drive is plugged in?
Automatically make an EFU file list each time an external drive is plugged in?
Could I make Everything automatically make such an EFU file list each time an external drive is plugged in for different drives? And, if not, what is the fastest / most convenient way to update a list after plugging in an external drive? Is there a shortcut?
Re: Automatically make an EFU file list each time an external drive is plugged in?
Running a script when an external drive is plugged in:
https://superuser.com/questions/219401/ ... usb-device
Creating a file list from the command line:
http://www.voidtools.com/support/everyt ... mmand_line
-or-
Concatenate all your file lists into one list and open this file list in Everything.
https://superuser.com/questions/219401/ ... usb-device
Creating a file list from the command line:
http://www.voidtools.com/support/everyt ... mmand_line
Add the file lists to your Everything index from Tools -> Options -> File Lists.If I manually create such file lists for each external drive, what is the fastest / most convenient way to exclude / include all of these lists in the search?
-or-
Concatenate all your file lists into one list and open this file list in Everything.
Re: Automatically make an EFU file list each time an external drive is plugged in?
Many thanks.
Many thanks again
Thanks for the links, looks very complicated, any idea how to use this. So there is no manner to merely do it with Everything with a few clicks or so, I suppose.Running a script when an external drive is plugged in:
https://superuser.com/questions/219401/ ... usb-device
Creating a file list from the command line:
http://www.voidtools.com/support/everyt ... mmand_line
Ah sorry, I meant how to temporarilly for single searches one just can switch off or on searching the lists, with a single click or so.Add the file lists to your Everything index from Tools -> Options -> File Lists.
Is there a special way to do it or just open the lists in the file list editor?Concatenate all your file lists into one list and open this file list in Everything.
Many thanks again
Re: Automatically make an EFU file list each time an external drive is plugged in?
Here's one:Biff wrote:Many thanks.
Is there a special way to do it or just open the lists in the file list editor?Concatenate all your file lists into one list and open this file list in Everything.
Many thanks again
* In the Everything searchbar, type "filelistfilename:*.efu" (without the quotes)
* Export this to ALL.EFU (Menu:File > Export)
Another one, using CMD.exe:
(Assuming all EFU's are in one folder)
* COPY /B nul + *.EFU ALL.EFU
@void: thank you for the event-based scheduled task info!
I learn a lot, just watching these forums ...
Re: Automatically make an EFU file list each time an external drive is plugged in?
Alright, thank you very much!Here's one:
* In the Everything searchbar, type "filelistfilename:*.efu" (without the quotes)
* Export this to ALL.EFU (Menu:File > Export)
Another one, using CMD.exe:
(Assuming all EFU's are in one folder)
* COPY /B nul + *.EFU ALL.EFU