Hi
Is there any way that I could quit server in the beginning of this script.
The idea is that the user could change the configuration of CasparCG just by running a script / desktop-shortcut.
A bit in the same catogory is can I in this script automatically start a AMCP-command
PLAY 1-10 [HTML] “http://www.yle.fi”
The script (bat-file) I would like to integrate these 2 functions is
@Echo off
IF EXIST scanner.exe (
IF EXIST leveldown.node (
start scanner.exe
)
)
:Start
SET ERRORLEVEL 0
casparcg.exe 2NDI_i50.config
if ERRORLEVEL 5 goto :Start
br markus