AUTOPLOT.LSP - Plots each drawing selected with RUN LISP to a plot file.

Creates a plot file (dwgname.plt) for each drawing selected by RUN LISP.

The system variables CMDDIA and FILEDIA must be set to zero prior to
running RUN LISP.

Each drawing must have a predefined view named 'PLOTVIEW' of the area to 
be plotted. 
 
The current default plot parameters must be correct for each of the drawings
to be plotted, For that reason, only drawings which use the exact same
pen settings, paper size, orientation and plot scale can be plotted at one 
time. For an example of an AutoLisp routine that automatically determines the
plot scale (given a fixed paper size), see AP_MCWD.TXT   Even further plot
automation is possible but that is beyond the scope of these simple sample 
applications.




