I want to load data into Neo4j with the Neo4j-Shell. Batch-Import is no way for my task. Java API too slow. So I now finally want to use Shell Cypher to at least get the data in the database.
So I created a new Batch file with @echo off echo. echo. echo Now your Neo4j database will be imported. pause echo. echo. call bin\Neo4jShell.bat start echo Setting up Label and Index... pause But the Shell is now open. How can I set a huge query with let's say just hitting Enter and Enter... I'm not so experienced with Windows batching. Hopefully you can help me out. Thanks. -- 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.
