maverickmueller
maverickmueller
In case anyone finds this later, the solution for me was to use just the directory name, relative to the executable. For instance, here is the batch file that I...
> amazing news @maverickmueller ! > > Just to clarify: Did you use a shortcut with the expression like this? > `"C:\Program Files\Companion\Companion.exe" /c set COMPANION_CONFIG_BASEDIR="CompanionSettings"` > I actually haven't...
Shortcut wasn't working for me, since the COMPANION_CONFIG_BASEDIR value needs to be set before the executable is called, and isn't passed in as a parameter. But here's my batch setup:...
I was able to do this by swapping in the db file for our new deployed version in the appdata folder via batch script. Not ideal, but does the job