Message 1 of 26
Run Lisp on Multiple Drawings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to run a certain lisp (importmb.lsp) on multiple drawings (hundreds of drawings at times). I have downloaded ScriptPro as this seemed to be what I needed, but I can not figure out how to get it to run the lisp through script. Based on research, this is what my script file is, which I assume is the problem. (load "C:\\support\\importmb.lsp") importmb quit y I load the script into ScriptPro, select which drawings I want to run it on, it opens AutoCAD, but then nothing happens. Any help will be greatly appreciated.