G giminni New Member Jun 7, 2023 #1 I cannot set the working directory BEFORE launching OBS. I would prefer to have it as a launch parameter, e.g. obs64.exe --working-dir "C:\\Program Files\\obs-studio\\bin\\64bit" Is here the right place to ask for such implementation? Thx
I cannot set the working directory BEFORE launching OBS. I would prefer to have it as a launch parameter, e.g. obs64.exe --working-dir "C:\\Program Files\\obs-studio\\bin\\64bit" Is here the right place to ask for such implementation? Thx
Suslik V Active Member Jun 7, 2023 #2 google for "batch files" or "cmd pipeline". only two commands needed: 1) cd directory_name 2) obs64.exe
google for "batch files" or "cmd pipeline". only two commands needed: 1) cd directory_name 2) obs64.exe