Over 1.118.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
The new Beam calculator, Spirograph generator and Regression curves in the Converters section.
New AutoCAD 2027 commands and sys.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
12864×
this tip shared by ARKANCE experts applies to: AutoCAD · AutoCAD Architecture · AutoCAD Mechanical · AutoCAD Map 3D ·
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

