Sign in
apache
/
geode
/
refs/heads/native-client-software-grant
/
.
/
geode-client-native
/
examples
/
dist
/
cqQuery
/
runCqQuery.bat
blob: 4d2ba5bf919f4da236d55872e2359f3870e8faba [
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
++
CqQuery
example
set
PATH
=%
PATH
%;%
GFCPP
%
\b
in
;..
\b
in
;
call
CqQuery
.
exe
%
1