obs-scene-execute-command-script icon indicating copy to clipboard operation
obs-scene-execute-command-script copied to clipboard

cmd window pops up when executing command

Open joed91709 opened this issue 4 years ago • 1 comments

hello, this script works great! However, the cmd window pops up everytime a scene preview is changed. Is there a way to disable the cmd window from showing up?

joed91709 avatar Aug 12 '21 05:08 joed91709

I had this same issue so I rewrote the script in python. It works exactly the same except it calls commands from python using subprocess.run(scene_command, shell=True). This means it doesn't quickly flash the command prompt on-screen when every time a scene is activated.

https://github.com/JosephSamela/obs-scene-execute-command-script

josephsamela avatar May 16 '22 22:05 josephsamela