I have a problem with loading databases in Adams/Car when it is launched from the command prompt. If it launched from GUI, there is no problem.
I suspect that if I use command ru-standard in *.bat file it does not load the acar.cfg file, because there are loaded only acar_shared, acar_concept and private databases. I have already tried ru-private, ru-acar and ru-site but without success.
There is no difference between loading ACar from the command prompt and loading from the Windows Start menu, other than that the working directory may be different. (And this has no influence on the loaded databases).
Are you invoking the standard .bat file or do you have your own?
Thank you, the space is just my mistake because I rewrote the company nickname to JB...
Sorry, I don't understand why am I supposed to set the environment variable to HOME=C:\Users\JB\Python\WPy64-31180\settings because when the .bat file is launched from Python I need to take the acar.cfg from C:/Users/JB/. Could you explain that, please? Shouldn't it be like vice versa set HOME= C:/Users/JB/?
Anyway, the problem is solved the by copying acar.cfg from C:/Users/JB/ to C:\Users\JB\Python\WPy64-31180\settings.
The only reason I can think of that would cause the Python-based startup to look for .acar.cfg in that directory is that $HOME must be set to point to this directory somewhere.
If you want to control it, you can - in your Python script or in general - set the HOME environment variable to point to C:\users\JB
It worked via Python but it created some acar.cfg on this path C:\Users\JB\Python\WPy64-31180\settings. However, it was different acar.cfg from this one it's normally used when I click on the icon and launch the GUI (and where are all the databases what I need).