Page 1 of 1

Mknrndll help

Posted: Mon Jul 18, 2016 3:59 pm
by shyam_u2
I am new to using NEURON on Windows..

I installed NEURON on my Windows Desktop. When I typed mknrndll (after cding to the folder where my mod files are) it doesn't recognize the command. It says "mknrndll is not recognized as an internal or external command". Can someone help ?


Thanks,

Re: Mknrndll help

Posted: Tue Jul 19, 2016 10:25 pm
by ted
I bet you're trying to run mknrndll from an MSWin "command prompt" window. Instead, start a bash shell (double click on the bash icon in the NEURON program group), then cd to the directory that contains your mod files, and finally execute
mknrndll
in that directory.

Re: Mknrndll help

Posted: Wed Jul 20, 2016 12:41 pm
by shyam_u2
Great.. It works. Thanks very much