NEURON
rundemo.cpp
Go to the documentation of this file.
1 #include <windows.h>
2 
3 int PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int) {
4  SetCurrentDirectory("\\nrn\\demo");
5  WinExec("\\nrn\\bin\\neuron.exe -dll release/nrnmech.dll demo.hoc",
6  SW_SHOW);
7  return 0;
8 }
int PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
Definition: rundemo.cpp:3