EXESCR.LSP function to execute a script type commands.

Must be used with RUN LISP Ver 2.0 (See RUNLISP.TXT) to process
drawings in unattended batch mode.

RUN LISP was created to run an AutoLisp programs across multiple
drawings, but when used with EXESCR.LSP it can process script
type commands as well.

EXESCR.LSP makes use of the ability of RUN LISP Ver 2.0 to
respond to input requests of AutoLisp programs while running in
batch mode.

Instructions:

Select your drawings in RUN LISP's dialog boxes as usual.

Select EXESCR.LSP as an AutoLisp program to run.

In the list box type the script command (commands exactly as you
would type them at the AutoCad command line), pressing Enter after
each one (you may enter multiple commands on one line if you wish)

Enter ENDSCR as the last command.

Click on the ADD button below the AUTOLISP button.

You may select additional AutoLisp programs if you wish.

Click on EXECUTE when your selections are complete.

It's that simple.

If you have existing script files that you would rather use then
check out RUNSCR.LSP

