AutoRun custom command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im having some trouble trying to find a way to load a custom command. Im not very code-savy, and usually have to have things spelled out for me bluntly 😛
In our office, we have a lisp that updates a date/timestamp on our drawings. The command/lisp is DATEPLOT. I have the lisp loaded thru ACADDOC.LSP, but cannot seem to find a way to get the command to run when a drawing is opened. I have seen (thru google searches) that the code "(command "DATEPLOT")" should work, but I get an error on dwg load that the command doesnt exist, although running the command once the drawing loads completely works fine. I have also tried a basic defun code I found someone suggest to no avail as well. I have attached a snip of my ACADDOC.LSP with the defun code for reference.