Over 1.091.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and variables.
CAD tip # 4946:
Question
A
You may want to quickly load a set of predefined page setups from a template (standard) drawing file (DWG or DWT). Use the following LISP code to define the PStps command and then run this command to load the standard setups.
(defun C:PStps () (command "._-PSETUPIN" "my_plot_configurations.dwg" "*") )Alternatively, you can also just assign this code to a menu macro or a tool palette:
._-PSETUPIN s:/templates/company_standards.dwt *You can use multi-pagesetup.lsp to assign the loaded setup to multiple layouts.
ACADADTACADMMap


9.4.2006
12450×