I have a dos-batch, very simple, calling eviews and passing a .prg program to be executed with a couple of parameters.
the batch line is something like this (but what I'm going to say holds even typing directly in the dos prompt):
"c:\programmi\eviews7\eviews7" g:\ev_priamo\programmi\simula.prg %1 %2
it opens eviews7, loads the program simula.prg from the right path and executes it in eviews with %1 and %2 being the names of 2 different workfiles.
in eviews 7 (both on win xp and win 7) this is working very well
now I have a new computer, win 7 and eviews 8.
the dos-batch line is modified to take into account the different path\name for the eviews executable and is
"c:\program files\EViews 8\EViews8_x64" g:\ev_priamo\programmi\simula.prg %1 %2
when executed, it opens eviews, but in the eviews window it shows the dialog window for running programs, empty, and remains waiting for the program name and parameters. so nothing works automatically.
for our company this is quite a big problem because we have a lot of procedures built in this way.
I saw an answer in this forum stating that "nothing changed" as far as Dos prompt is concerned, but my procedure doesn't work at all.
heeeeeelp
