Page 1 of 1

batch program to run more than one program

Posted: Mon Mar 11, 2013 3:59 am
by alps
Hello,
I want to run a set of programs, so instead of running them by one one, I tried to create a batch file as below. But once it runs the first program, it stops and doesn't continue on the others.
Any suggestions?
Thanks

run forecasting_aus
run forecasting_bra
run forecasting_can
run forecasting_chl
run forecasting_ind
run forecasting_kor

Re: batch program to run more than one program

Posted: Mon Mar 11, 2013 8:18 am
by EViews Gareth
Use exec rather than run.

Re: batch program to run more than one program

Posted: Tue Mar 12, 2013 1:31 am
by alps
great! Thanks.