If you want a separate "dev" calibre and normal calibre, write a .bat file that launches the dev calibre like this
set CALIBRE_DEVELOP_FROM=whatever
calibre --with-library c:\path\to\test\library
Another bat file for normal calibre
calibre --with-library c:\path\to\normal\library
|