Is there an option to make in ONE process a catalog of each single index to a single file for each single index?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Is there an option to make in ONE process a catalog of each single index to a single file for each single index?

Post by Biff »

Is there an option to make in ONE process a catalog of each single volume / index to a single file for each single volume / index? So instead of selecting one volume / index (in the folder panel), press CTRL+S and OK and do this for all of the volumes manually one after the other (in a single process again and again) I wanted to do it with a SINGLE process for ALL of the volumes available. So the result finally was that I had for each volume / index a single catalog with ALL of the files available at all.
void
Developer
Posts: 16682
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?

Post by void »

No, sorry.

Everything does not support searching multiple databases.
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?

Post by Biff »

Thank you!
Everything does not support searching multiple databases.
Sorry, I don't understand at all. What databases? And why searching? I assume my expression was completely incomprehensible, totally messed up, sorry, I meant:

Image
Pressing CTRL+S saves a catalog of the item that is currently selected.

When I want a catalog of EACH item there in the left folder panel, e.g. B:, W:, E:, F:, etc. I had that procedure (above) for each single item in the right folder pane. So I would select then B: (under A:) and again press CTRL+S to save a catalog file (.efu) for this selected item. Then I would go on with next item in that folder panel, W:. And I would go on doing this until I had reachted Z: or D: in the folder panel.

Instead of doing it manually, one by one (with the selected items) I would like to do it in a single process. So I would get the same single catalog files (.efu) for ALL of the items on the left side, in the folder panel I would get when I would do it one by one. Is there a way to archive that?

Sorry again!
void
Developer
Posts: 16682
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?

Post by void »

You'll need to export each volume one at a time.

If you are doing this often, please consider ES.

With ES you can create a BAT file to automatically dump an EFU for a list of volumes.

For example, backup.bat:

Code: Select all

es C: -export-efu c.efu
es D: -export-efu d.efu
es E: -export-efu e.efu
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?

Post by Biff »

OK, many thanks, also for the example!
Post Reply