External metaeditor open file

 

Hello guys.

I need to open external files *.mq5 and *.mqh for MetaEditor through command line:

D:\MT5\metaeditor64.exe "D:\File.mq5"

The problem is I need the MetaEditor skip to the line number #13 of the file.

D:\MT5\metaeditor64.exe "D:\File.mq5" /????? 13

Does anyone know how to do this?

Reason: