Hello Michael, Thanks a lot for your help. For the sake of completeness, the console is also reachable as follows: http://localhost:7474/webadmin/#/console/
However if you want to process multiple instructions at once I suggest to use the -file parameter as Michael states. For instance: C:\Program Files\Neo4j Community> jre\bin\java -cp bin\neo4j-desktop-2.0.0.jar org.neo4j.shell.StartClient -file "C:\instructions.txt" When you get Unknown command '?create' error make sure that the file is saved without BOM. I used "Encode in utf-8 without BOM". Editors like notepad++ allow to change the encoding easily. Happy automated multiple Cypher statements processing Best regards Thomas Am Montag, 27. Januar 2014 19:48:01 UTC+1 schrieb Michael Hunger: > > Try to add to your command line -Dfile.encoding=UTF-8 > > You can also use -file file.txt to point to a text file with shell > commands. > > Cheers > > Michael > > On Mon, Jan 27, 2014 at 5:27 PM, Thomas Bruckmayer > <bruck...@gmail.com<javascript:>> > wrote: > > Hello Neo4j community, > > > > Afaik it is not possible to submit multiple semicolon separated Cypher > > statements through the Neo4j browser, > > Therefore, I use the shell client as follows: > > 1) Start Windows 7 command prompt as administrator > > 2) Navigate to the install directory (e.g.: cd "C:\Program Files\Neo4j > > Community") > > 3) Start the client: jre\bin\java -cp bin\neo4j-desktop-2.0.0.jar > > org.neo4j.shell.StartClient > > Now I am able to submit multiple Cyper statements but unfortunately > special > > characters like "ü" are not handled. > > Any suggestions how to address this problem for instance providing the > > statements with an input file properly encoded? > > > > Background: The data foundation for the graph data is stored in > Microsoft > > Excel. I wrote a simple VBA logic to create the Cypher statements. Now I > > have to execute these Cyper statements. > > > > Thanks a lot and best regards, > > Thomas > > > > -- > > 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 neo4j+un...@googlegroups.com <javascript:>. > > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.