Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a lisp that inserts a border into a drawing. We used to use -insert for this action, but now that we are using 2020 this command fails since the insert command now opens a dialog box. I have set up my autocad to open the old version by using classicinsert, but I can't find an alternative to get it to send the prompts to the command line for the lisp to work. I've tried changing filedia and cmddia to 0, but the dialog box still pops up. Also to note, the block isn't in the drawing currently, I need to give it a file path and then a file name.
Does anyone know of a work around for this so my lisp routine will work?
Thanks!
Solved! Go to Solution.