Hi Chris, thanks for your reply. I want to clarify that I don't count on stickiness here, I really only need to run the last command and it should stand alone. I provided the output of the other two commands just to provide more information. I do intend for these commands to all be run independently or not at all.
That said, your recommendation of writing another file with the command and calling that from MATLAB works. So what I've done now is create a file mycmd.exe that contains:
/cygdrive/c/nrn73/bin/mknrndll
Then from MATLAB, I call:
>> system('sh mycmd.exe')
And now it will run. Thank you for your assistance!
"Chris " <
cfw...@yahoo.com> wrote in message <kstvn4$gfp$
1...@newscl01ah.mathworks.com>...