2025-11-10, 11:21 AM
Not sure if this is really a wishlist item, but I'd like to find a way to be able to see what's going on while PostProcessing.bat is running e.g. checking ffmpeg's progress as it transcodes the recording.
I tried having a simple PostProcessing.bat that just had the line:
CMD /C PostProcessing-Main.bat %1 %2
where PostProcessing-Main has all the actual code in it. I had expected the CMD /C to open a new console window and run the main script, but it just runs the script without any window.
Is there some way to make PostProcess.bat visible while running?
I tried having a simple PostProcessing.bat that just had the line:
CMD /C PostProcessing-Main.bat %1 %2
where PostProcessing-Main has all the actual code in it. I had expected the CMD /C to open a new console window and run the main script, but it just runs the script without any window.
Is there some way to make PostProcess.bat visible while running?