Can anyone comment on the following problem:
-- I need to launch E-Views from a C# application
-- After E-Views is open, I need to submit a .prg command file to E-Views via the C# application
The .prg file, which is already prepared and works, asks E-Views to open a .wf1 file, import information from a text file to add an additional observation to the .wf1 file, estimate an ARIMA model, forecast the next observation, write the forecast to a text file, save the .wf1 file and then exit E-Views.
