2011

Table Of Contents
Click Setup to display the Import Wire Types on page 903 dialog box where
you:
Select the wire types to import.
Define whether to overwrite any Wire Numbering and USERn differences
for existing wire types.
Define whether to overwrite color and linetype differences for existing
wire layers.
Create a project-wide script file
Create a project-wide script file
You can run an AutoCAD script file against one or more drawings in the
current project.
For example, to ensure that all drawings are set to model space and zoomed
extents:
1 Create an ASCII text script file called model_ext.scr.
2 Add the following AutoCAD commands and AutoLISP functions:
(setvar "TILEMODE" 0)
ZOOM EXT
(load "c:\\myprograms\\chktitle.lsp")
NOTE Double backslashes must be used.
CHKTITLE
QSAVE
3 Test the script for proper operation.
On the current drawing, issue the SCRIPT command, followed by the
script file name.
If the script runs properly, it is ready for project-wide use.
Renumber Ladder References
Renumber Ladders
Create a project-wide script file | 1195