I have CSV files that I need to open through a C# app. The only way is using the command line in the app shortcut since there is no API. However, doing so results in error message that the file format is not correct, but I can open the CSV file from within the app. Is it possible to open CSV files through command line? (The default .md3 works correct)