I am test driving Photo Supreme, and I would like to use two different catalogs. I think I understand how to do this.
I would also like to have two Windows shortcuts on my desktop, one for each different catalog. Is there any way to specify the catalog location in the startup command?
Thanks,
-barry
Using Multiple Catalogs from Command Line?
Re: Using Multiple Catalogs from Command Line?
Hi barry, a warm welcome to the forum.
PhotoSupreme allows you to enter the login details directly on the command line to bypass the login dialog.
-D <<database name>>
Specify the path and name of the SQLite database.
-P <<password>>
Specify the login password for the IDimager-username
Hope that helps
Hert
PhotoSupreme allows you to enter the login details directly on the command line to bypass the login dialog.
-D <<database name>>
Specify the path and name of the SQLite database.
-P <<password>>
Specify the login password for the IDimager-username
Hope that helps
Hert
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Using Multiple Catalogs from Command Line?
Thanks. I must admit that I am a bit confused by your mention of "Professional Desktop Edition". When I look at your web site, I see two possible versions for Windows: "Windows" and "Windows for SQLServer". Are either of these (or both) "Professional"?
It just occurred to me that I can just try your suggestion on my evaluation copy and see if it works. I'll do that today.
Thanks again,
-barry
It just occurred to me that I can just try your suggestion on my evaluation copy and see if it works. I'll do that today.
Thanks again,
-barry
Re: Using Multiple Catalogs from Command Line?
Sorry, I copied the command line switches from documentation from another product (as they use the same command line switches), I've changed my previous reply.
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Using Multiple Catalogs from Command Line?
Perfect. I'll set it up tonight.
Thanks,
-barry
Thanks,
-barry
Re: Using Multiple Catalogs from Command Line?
It's been a long time between getting the answer and trying it out, but I just tried the -D parameter, and it doesn't seem to work. In my Windows shortcut, in the target field, I have "<program path and name>" "-D <catalog path and name>".
Photo Supreme just seems to ignore this.
-barry
Photo Supreme just seems to ignore this.
-barry
Re: Using Multiple Catalogs from Command Line?
Barry,margoba wrote:It's been a long time between getting the answer and trying it out, but I just tried the -D parameter, and it doesn't seem to work. In my Windows shortcut, in the target field, I have "<program path and name>" "-D <catalog path and name>".
It works for me. I think you have the quotes in the wrong place. You only have to put paths with spaces insde quotes. '-D' should be unquoted.
These are 2 command lines that I use:
Code: Select all
"C:\Program Files\IDimager Products\Photo Supreme x64\IDimagerSU.exe" -D "%localappdata%\IDimager Systems, Inc\catalog\idimager.cat.db"
"C:\Program Files\IDimager Products\Photo Supreme x64\IDimagerSU.exe" -a L:\IDIv6test\data -D L:\IDIv6test\data\Catalog\idimager.cat.db
HTH
Dirk
Problems searching the forum? Try Google Site Search by adding 'site:forum.idimager.com' to a standard Google search.
Re: Using Multiple Catalogs from Command Line?
You fixed it for me. When I carefully examined the catalog path to see whether quotes were needed, I noticed that it pointed to the directory DAM\PhotoSupremeTest when it should have pointed to DAM\PhotoSupreme Test. I fixed that, added the quotes, and all was well.
Thanks,
-barry
Thanks,
-barry