Hi,
I use the following command in the batch file, which opens the command window unnecessarily.
I know that the command "Hidecommandwindow" closes the command window, but it does not affect me.
What other command could I use?
I use the following command in the batch file, which opens the command window unnecessarily.
I know that the command "Hidecommandwindow" closes the command window, but it does not affect me.
What other command could I use?
@echo off
HideCommandWindow
C:\Windows\System32\cmd.exe /c start D:\ffmpeg\bin\ffmpeg.exe {...}