AutoCAD Architecture Customization
Welcome to Autodesk’s AutoCAD Architecture Customization Forums. Share your knowledge, ask questions, and explore popular AutoCAD Architecture Customization topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Command Aliases problems.

2 REPLIES 2
Reply
Message 1 of 3
bbortz
227 Views, 2 Replies

Command Aliases problems.

I am trying to make a lisp that makes my command aliases they all work well. This is one I can not get to work
(defun c:VDIS()(command "aecSelectDisplay")(princ))
I type aecselectdisplay at the command line and it works fine what could be the problem.
here is the version that I have.
FileVersion: 3, 0, 0, 325
ADT 3
are there commands that can not be ran by this simple lisp?
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: bbortz

(defun c:vdis () (c:aecselectdisplay))
--
Bobby C. Jones

"bbortz" wrote in message
news:f06e3e5.-1@WebX.maYIadrTaRb...
> I am trying to make a lisp that makes my command aliases they all work
well. This is one I can not get to work
> (defun c:VDIS()(command "aecSelectDisplay")(princ))
> I type aecselectdisplay at the command line and it works fine what could
be the problem.
> here is the version that I have.
> FileVersion: 3, 0, 0, 325
> ADT 3
> are there commands that can not be ran by this simple lisp?
>
Message 3 of 3
bbortz
in reply to: bbortz

thanks work great.

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

Post to forums  

Autodesk Design & Make Report

”Boost