@echo off
if "%1"=="Film" goto Film
if "%1"=="Cinema" goto Cinema
if "%1"=="Animation" goto Animation
if "%1"=="Natural" goto Natural
if "%1"=="THX" goto THX
if "%1"=="User1" goto User1
if "%1"=="User2" goto User2
if "%1"=="User3" goto User3
if "%1"=="User4" goto User4
if "%1"=="User5" goto User5
if "%1"=="User6" goto User6

echo.
echo node HarmonyHubCLI.js -l 212.223.10.29 -r devices
node HarmonyHubCLI.js -l 212.223.10.29 -r devices
echo.
echo node HarmonyHubCLI.js -l 212.223.10.29 -d JVC-Projektor -r commands
node HarmonyHubCLI.js -l 212.223.10.29 -d "JVC-Projektor" -r commands
echo.
echo List of Arguments
echo User1 = Bluray
echo User2 = Bluray 3D
echo User3 = UHD Bluray HDR
echo User4 = Video HLG
echo.
pause
goto ende

:Film
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'Film'
goto ende

:Cinema
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'Cinema'
goto ende

:Animation
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'Animation'
goto ende

:Natural
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'Natural'
goto ende

:THX
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'THX'
goto ende

:User1
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'User1'
goto ende

:User2
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'User2'
goto ende

:User3
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'User3'
goto ende

:User4
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'User4'
goto ende

:User5
node HarmonyHubCLI.js -l 212.223.10.29 -d 'JVC-Projektor' -c 'User5'

:ende