Hurricane Tutorials are now online!
FAQ Index

How do I batch PLOT? (r14)


If you are using AutoCAD r14 it is quite simple.

Your script would consist of the following:

;PLOT SCRIPT FOR R14
;REMEMBER TO CHECK THE "NO SAVE BOX"
;FOR ADDED SPEED!
PLOT
E
0
;DONE!

This, of course, assumes that you want to plot your drawings Extents, if you would like to plot to limits instead, then substitute the "E" for an "L".


Using the Command Capture Utility provided with Hurricane to create your plot script is a breeze. (Found under the TOOLS->Utilities menu) Just remember to use the -PLOT command and follow all the prompts, then copy your text windows (see How do I view the AutoCAD "text window"?) contents to the clipboard and use the Hurricane Command Capture Utility. See (How can I record my commands in AutoCAD? (as a script) if you need more assistance.


Previous Back to Hurricane for AutoCAD - FAQ Next