Message 1 of 4
How to pre-load scripts automatically when CAD 2017 starts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Few questions/help.
1. How do I add scripts automatically when loading CAD so i don't need to constantly load the script? I can add a script when in a drawing, but each time I want to do the command again, i need to re-load the script.
2. Do I want to create a lisp routine to load all of my scripts in my script folder?
example. i have a script that will isolate the reflected ceiling layers in my file. (below). i want to use the script more than once in the file.
LAYER
THAW
*
S
0
ON
*
OFF
*-ROOF*,*-FLOR*,*FURN*,*FNSH*,*-LOW*,*-PRHT*,*-DOOR-*,*-STRS-*,*-GLAZ-*
OFF
*Y-*,*RM-ID,*RM-FLOR,*RM-??D,*-E-Z*,*-D-*,?-WALL-?-SILL,VP,VPORT
ON
*CLNG-E-ZZ*,*?-GLAZ-*,*I-FLOR-?-MLWK-HI*
OFF
*?-GLAZ-D-*,*SITE*
;;(REFLECTED CEILING PLAN)
Thanks for the help in advance.