View Single Post
Old 10-17-2012, 11:16 PM   #1
dinya
Member
dinya began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Aug 2011
Device: none
Calibre-portable default library directory

Hello all!

I use calibre-portable distribution under Windows 7. I have few library, which are located in different directories, e.g. "C:\libs\{lib1,lib2,lib3}"

I want calibre to open the folder "lib1" by default, so I symlinked

Code:
mklink /D "C:\libs\lib1"  "PATH_TO_CALIBRE_PORTABLE\Calibre Library"
It works well, but I must have admin privileges to do this. Under *nix "ln -s" works too.

Is any other way to set default library path?

Thanks in advance, Denis.
dinya is offline   Reply With Quote