kibber
15th Oct 2003, 07:48 pm
I modified a lisp routine which allows for a standardized system of page setup names to be loaded into each drawing with a keystroke. The guys in my office didn't want to have to remember the three letters I designated as the keystroke, so I added it to the acad.lsp for an autoload when you open a new drawing.
It works perfectly for retrofitted drawings, the only problem arises when you open a drawing which already has it in place. When I load one of those I get this prompt-
Regenerating model.
._-PSETUPIN Enter file name: M:/PROJECT
STANDARDS/ACADSUPPORT/PLOTCONFIG/FJR-plotconfig.dwg Enter user defined page
setup(s) to import or [?]: *
Page setup "1117-COM_INT" already exists. Redefine it? [Yes/No] <N>:
we have close to 20 setups so it gets annoying.
anyone know a lisp script to override or ignore or even auto redefine?
this is all I have for a script right now
(command "._-PSETUPIN" "M:/PROJECT STANDARDS/ACADSUPPORT/PLOTCONFIG/FJR-plotconfig.dwg""*")
thannks for your help
It works perfectly for retrofitted drawings, the only problem arises when you open a drawing which already has it in place. When I load one of those I get this prompt-
Regenerating model.
._-PSETUPIN Enter file name: M:/PROJECT
STANDARDS/ACADSUPPORT/PLOTCONFIG/FJR-plotconfig.dwg Enter user defined page
setup(s) to import or [?]: *
Page setup "1117-COM_INT" already exists. Redefine it? [Yes/No] <N>:
we have close to 20 setups so it gets annoying.
anyone know a lisp script to override or ignore or even auto redefine?
this is all I have for a script right now
(command "._-PSETUPIN" "M:/PROJECT STANDARDS/ACADSUPPORT/PLOTCONFIG/FJR-plotconfig.dwg""*")
thannks for your help