You can pass the equivalent to a script to the neo4j-shell,

semicolon separated cypher commands
and 

begin 
.... 
commit 

for transaction blocks

either paste it into the shell
or use bin/neo4j-shell -file file.cql 
or pipe it  cat file.cql | bin/neo4j-shell

HTH

Michael

Am 14.04.2014 um 15:13 schrieb Kevin Burton <[email protected]>:

> Thank you I will restrict my input to the browser to a single command. In 
> general can I pass the equivalent of a 'script' of Cypher commands to say 
> node, REST, Java, etc.?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to