marklagendijk / obs-scene-execute-command-script

OBS script for executing any CLI command whenever whenever a scene is activated
MIT License
28 stars 6 forks source link

cmd window pops up when executing command #7

Open joed91709 opened 3 years ago

joed91709 commented 3 years ago

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?

josephsamela commented 2 years ago

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