Product: | ETS3 |
Version: | 3.0 |
Booth: | 2007-01-15 |
Summary
If you are working with multiple ETS databases, you may no longer know which database a particular project is in. We provide a simple tool that you can use to quickly get an overview.
Details
Copy this file to any directory (e.g.: Program Files\Ets).
The tool is a command line program. So, launch a command prompt and navigate to the installation directory using cd\Program Files\Ets. For example, if you want to list only one database, enter the following:
EtsProjects C:\Databases\eib.db
You can also work with wildcards:
EtsProjects C:\Databases\*.db
If you want to search an entire directory tree, specify the -r switch; This will scan all the databases on disk C:
EtsProjects -r C:\*.db
Of course, the output can also be redirected to a file:
EtsProjects -r C:\*.db >AllDatabases.txt