| @echo off | |
| REM ################################################# | |
| REM # LEMS Hodgkin Huxley Neuron Model | |
| REM # | |
| REM # Command to run LEMS_HH_Simulation.xml script on Windows | |
| REM # | |
| REM # Usage: run.bat | |
| REM # | |
| REM ################################################# | |
| java -jar jNeuroML-0.7.2-jar-with-dependencies.jar LEMS_HH_Simulation.xml |