MonkeyMakeFire
MonkeyMakeFire

Reputation: 63

Neo4j Cant find neo4j-shell tool on Windows v2.1.2 Community Edition

I can't find the neo4j-shell after installing the community edition on Windows. Am I missing something. I wanted to use it to run in a batch of cypher statements.

Upvotes: 1

Views: 707

Answers (2)

FPinchon
FPinchon

Reputation: 69

For Version 2.2.0 in Windows, go to the Neo4j Community Launcher, then click options, click on Command Line tools/ Command Prompt, then type Neo4jShell. You can paste sequences of queries into the shell, very convenient to load a series of CSV imports for instance..

Upvotes: 1

Nicole White
Nicole White

Reputation: 7790

Install the binary from here: http://www.neo4j.org/download/other_versions

Then navigate to the bin folder and run Neo4jShell.bat.

Upvotes: 1

Related Questions