My name is inside CAD
![]()

Registered forum members do not see this ad.
Just seeing the Oops! Command response, I thought I may post this funny thing.
Command: setvar
This is the single command that power AutoCAD. It has many subcommand, infact switches that set or unset many parameters in AutoCAD.
Justfor example
type "clayer" and you get the current layer name as a string output. Very useful for AutoLISP programmers.
So ever thought of attaching your name to the lower left corner of AutoCAD Window? Try this
modemacro <enter> "Your Name"
Bingo!
This can be used to display the counter when processing a lot of entities in LISP. What say?
India CAD, The CAD people
http://indiacad.11.forumer.com/
My name is inside CAD
![]()
that's awsome!! ...i liked the modemacro command!
![]()

how do we save it so its always in there, after restarting cad it disappeared.

It is a temporary arrangement. If you want it to stay there, edit the Acad.lsp in support directory and add the following lines;
every time this file loads, it will set it.Code:(setvar "modemacro" "yourname")
Last edited by SLW210; 21st Dec 2011 at 06:41 pm.
India CAD, The CAD people
http://indiacad.11.forumer.com/
Skillz i like that one![]()
AutoCAD 2010
'"Accept that some days you're the pigeon, and some days you're the statue."
awesome!! this is so cool! thanks india!!
dito sa mundo ng autocad...

where can I find that Acad.Isp?
Registered forum members do not see this ad.
It's actually ACAD.LSP, if you don't have one you can create the file with notepad, for customizations and save it in a file that is in your search path.
So many commands, so little time....
![]()
Bookmarks