Welcome to the Forum, Goonkt!
How did you created those custom commands? Are about AutoLISP/.Net routines or macros on toolbar's buttons?
Registered forum members do not see this ad.
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.
Welcome to the Forum, Goonkt!
How did you created those custom commands? Are about AutoLISP/.Net routines or macros on toolbar's buttons?
Regards,
Mircea
AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3
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.
"I have only come here seeking knowledge. Things they wouldn't teach me of in college." The Police
Eat brains...gain more knowledge!
just right clicked tool palette customize command, add new command, and typed out the script
Registered forum members do not see this ad.
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.
Regards,
Mircea
AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3
Bookmarks