Originally posted by: CU
Well I wrote out my cmd to a bat file and run that using ShellExecute. That hides it all I see is a virtual dub icon appear for a second in the task bar. I don't think I can stop that because vdub just launches virtual dub and there doesn't seem to be anything I can pass vdub to hide it. The problem I have now is while system() blocked execution, ShellExecute() doesn't. So, I need to find a way to block on it because I would like it to finish before I continue.