ERRO ao tentar compilar um codigo MT4

 
int OnInit()
{  
  metaeditor.exe /compile:"C:\\Users\\freit\\AppData\\Roaming\\MetaQuotes\\Terminal\\9D15457EC01AD10E06A932AAC616DC32\\MQL4\\Files\\Data\\teste.mq4";

}

erros: 

'metaeditor' undeclared identifier

'exe' struct or class type expected


 
Manuel Carlos Vieira Freitasint OnInit() {  metaeditor.exe /compile:"C:\\Users\\freit\\AppData\\Roaming\\MetaQuotes\\Terminal\\9D15457EC01AD10E06A932AAC616DC32\\MQL4\\Files\\Data\\teste.mq4"; } erros: 'metaeditor' undeclared identifier 'exe' struct or class type expected 

Cadê o código?