Is there an option to make in ONE process a catalog of each single index to a single file for each single index?
Is there an option to make in ONE process a catalog of each single index to a single file for each single index?
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.
Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?
No, sorry.
Everything does not support searching multiple databases.
Everything does not support searching multiple databases.
Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?
Thank you!
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!
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:Everything does not support searching multiple databases.
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!
Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?
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:
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
Re: Is there an option to make in ONE process a catalog of each single index to a single file for each single index?
OK, many thanks, also for the example!