How Open OBS
-
Why i cant open OBS? Thanks
-
@Marco-Torrano, apparently OBS requires you to be in the 64bit folder when you run obs64.exe.
This is how I solved it. I created a batch file at d:\tools\obs.bat with these contents, and TRIGGERcmd runs my batch file:
d: cd "d:\Program Files (x86)\obs-studio\bin\64bit" "D:\Program Files (x86)\obs-studio\bin\64bit\obs64.exe"
-
I dont find d:\tools\ here. ;(((
-
@Marco-Torrano, that's just where I put it when I tested. You can create a folder like c:\scripts instead.
-
Re: How Open OBS
I didnt :(((
-
@Marco-Torrano, sorry, I realize my OBS is installed on my drive, but on your computer it's probably on the drive.
Your c:\tools\obs.bat batch file script should have these contents because OBS is on your drive:
c: cd "c:\Program Files (x86)\obs-studio\bin\64bit" "C:\Program Files (x86)\obs-studio\bin\64bit\obs64.exe"
I made a video to show the process: https://youtu.be/y0M8ccNH96c
-
@Russ Omg. Thank you, Russ. Thank you. ;))