blob: be16e9c6e3c87b88f8ee890faa9b9f4691eee70a [file] [log] [blame]
@echo off
rem GEMFIRE must be set
if not "%GEMFIRE%"=="" goto startexamples
echo GEMFIRE is not set.
goto finished
:startexamples
echo.
echo Stopping GemFire Server
set PATH=%GEMFIRE%\bin;%PATH%;%GEMFIRE%\bin;..\bin;
call cacheserver stop -dir=gfecs
:finished