goonkt Posted July 6, 2012 Posted July 6, 2012 Hello I have created a couple custom commands to assist with selecting and copying objects. When i attempt to use the command in the command line it does not exist. Nor can i set a command alias. The command does work in a toolbar or tool pallet though. Quote
MSasu Posted July 6, 2012 Posted July 6, 2012 Welcome to the Forum, Goonkt! How did you created those custom commands? Are about AutoLISP/.Net routines or macros on toolbar's buttons? Quote
ReMark Posted July 6, 2012 Posted July 6, 2012 It sounds as though you edited your acad.pgp file. Depending on how you did it you might have to issue a REINIT command at the command line. If that doesn't solve the problem then my next guess would be that you made your edits to the wrong part of the file. Quote
goonkt Posted July 6, 2012 Author Posted July 6, 2012 just right clicked tool palette customize command, add new command, and typed out the script Quote
MSasu Posted July 6, 2012 Posted July 6, 2012 I'm afraid that in this case you can use that script only from said toolbar button. To call it from command line you need to convert it into a custom command using AutoLISP or other customization language. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.