C program

 

Hello, i am new to MQL4 and i wanted to know how can I run a program.c from my mql source code as external.

I want the program to run continuously and at the same time mql extract some notes to a txt file so I can see them in the other day.

Any help?? 

 
You can only run mql4 programs in the terminal; it can call a DLL function. Importing Function (#import) - MQL4 Documentation