blob: 478fa8ab5c2b7a6abb0eb8e5183ad4d1aebfa87f [file] [log] [blame]
@echo off
rem GFCPP must be set
if not "%GFCPP%"=="" goto startexamples
echo GFCPP is not set.
goto finished
:startexamples
echo.
echo Running GemFire C++ ExecuteFunctions example
set PATH=%PATH%;%GFCPP%\bin;..\bin;
call ExecuteFunctions.exe %1