I am working on windows. I have created a text file of Cypher query using notepad. How can I run the query in the file using Neo4jShell or Neo4j web interface console.
$ neo4j-shell -file query.cql
or using cypher-shell
cypher-shell
$ cat query.cql | cypher-shell