I have an Ubuntu server dedicated to neo4j, without a GUI (it is my choice, to avoid unuseful CPU usage for other tasks but Neo4j).
I tried to use the cypher shell, but was impossible, because after having loaded it, I discover the cypher shell desn't accept copy-cut-paste commands, nor loading files.
So it looks useful for testing single line command and not, as in my case, to load a great amount of parameter or to execute a long batch operation
Am I missing something or it is the expected behavior?
you can separate the 2 in the same one file? ( by the semi-colon)
and if you want to dynamically change the parameters for both at one time, just create a file with those paramters (csv or otherwise) that the two queries would parse. You run the .cypher file, it runs two queries.