I'm using Neo4j 2.1.4 Community Edition.
I'm able to write cypher queries in neo4j browser. If I switch from neo4j browser to Webadmin ,there are 5 tabs where you can see Console
. So is it a Neo4j Shell? In neo4j manual it is given that neo4j shell should be started from its installation directory i.e.,./bin/neo4j-shell
, but i can not see the neo4j-shell option under /bin directory. Is it available only in enterprise edition?
Also in the neo4j manual it is said that the commands like cd,ls,pwd
but I'm not able to run these commands in neo4j wedadmin console.. Is Console providing all the neo4j shell features or it is only meant for specific commands(limited features).
Please clarify the above quesries
Updates: Below is the Neo4j installation directory and i'm using windows7 Thanks,