View Single Post
Old 02-01-2023, 10:48 AM   #7
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,082
Karma: 76037135
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Windows user. I changed my bat file to use "start calibre" and it worked

Code:
@ECHO OFF

:: set envs
set CALIBRE_CONFIG_DIRECTORY=D:\AppData\Calibre
set CALIBRE_CACHE_DIRECTORY=D:\Temporary\Calibre\cache
set CALIBRE_TEMP_DIR=D:\Temporary\Calibre\temp
set CALIBRE_DEVELOP_FROM=D:\Documents\git\calibre\src

:: run calibre from source
start calibre
:: "c:\Program Files\calibre2\calibre.exe" 
:: "c:\Program Files\calibre2\calibre-debug.exe" -g

Last edited by ownedbycats; 02-01-2023 at 10:57 AM.
ownedbycats is online now   Reply With Quote