Command Reference : Command Reference
  
 
do
Execute without opening window.
Syntax
do procedure
do is most useful in EViews programs where you wish to run a series of commands without opening windows in the workfile area.
Examples
output(t) c:\result\junk1
do gdp.adf(c, 4, p)
The first line redirects table output to a file on disk. The second line carries out a unit root test of GDP without opening a window, and prints the results to the disk file.
Cross-references
See “Object Commands” for a discussion of working with objects.
“Object View and Procedure Reference” provides a complete listing of the views of the various objects.
See also show.