Re: [Neo4j] Shell Client problems with special characters like "ü"

2014-02-03 Thread Thomas Bruckmayer
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:\Pro

Re: [Neo4j] Shell Client problems with special characters like "ü"

2014-01-27 Thread 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 wrote: > Hello Neo4j community, > > Afaik it is not possible to submit multiple semicolon separat

[Neo4j] Shell Client problems with special characters like "ü"

2014-01-27 Thread Thomas Bruckmayer
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\Ne