REM Home directory of the demo tool SET TOOL_HOME= REM Full path to the Java 11 location SET JAVA_CMD= REM Dependent jar file locations SET TOOL_LIB=%TOOL_HOME%\lib SET JARS=%TOOL_LIB%\AmazonElastiCacheDemo.jar;%TOOL_LIB%\jedis-3.5.2.jar;%TOOL_LIB%\commons-pool2-2.6.2.jar;%TOOL_LIB%\slf4j-api-1.7.30.jar;%TOOL_LIB%\slf4j-log4j12-1.7.30.jar;%TOOL_LIB%\log4j-1.2.17.jar REM Config file location for the demo tool SET TOOL_CONFIG=%TOOL_HOME%\config\Redis_ClusterMode_config.properties REM Run the demo tool %JAVA_CMD% -classpath %JARS% -DCONFIG_FILE_NAME=%TOOL_CONFIG% com.amazonaws.elasticachedemo.RedisElastiCacheClusterModeDemo pause