Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Command alias and system variable editors

2 REPLIES 2
Reply
Message 1 of 3
RAFUSE
585 Views, 2 Replies

Command alias and system variable editors

This has come up in my wanderings.

 

Go to Express - Tools-  and there they are at the top of the picks.  Simple(st) way to change commands or sys variables.  You can even print out a listing.

 

Most of us "older" Autocad users know about these but the newer folk may not.

 

RAFUSE

2 REPLIES 2
Message 2 of 3
kcobabe
in reply to: RAFUSE

I still use the old school way of opening the file in a text editor and changing them.  That way I can copy the old ones and place a ";;" before them so I can always change them back to the original state.  Never really have had to though, but I like keeping this where I can get the original.


R10 - 2020 ACAD
2008 - 2020 Civil 3D
2014 - 2020 Plant 3D
2014 - 2020 Revit
V8i - V8i SS4 Microstation
Infraworks
2018-2020 Inventor
2020 Navisworks
Message 3 of 3
pendean
in reply to: RAFUSE

I prefer a text editor too, my old lisp still works:

(defun c:gp(/ pgpfile);command alias editing
(setq pgpfile (strcat "notepad " (findfile "acad.pgp")))
(setvar "re-init" 16)
(prompt "\nACAD.PGP...reinitialized. ")
(princ)
) ;end

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report