Open nr1995 opened 2 years ago
You can add start ""
in sndcpy.bat
%VLC% -Idummy --demux rawaud --network-caching=0 --play-and-exit tcp://localhost:%SNDCPY_PORT% & exit 0
to
start "" %VLC% -Idummy --demux rawaud --network-caching=0 --play-and-exit tcp://localhost:%SNDCPY_PORT% & exit 0
Hey, is there any way to make the black window close automatically after it's successfully connected and working? Thanks.