Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there,
To use with Lee's Script Writer, I'm working on developing a lisp. I can't seem to get it to function.
I want to do the following:
- open the *file*
- move to model space
- overlay an dwg at a coordinate
- reconcile layers
- save
- close
1,2,5,6 are done in Script Writer and are working file as i have tested them.
This is what i came up with:
(defun c:lol ()
(Command "TILEMODE" "1" "FILEDIA" "0" "-ATTACH" "R:\Legend templates_JG.dwg" "O" "100,100" "1" "1" "0" "-LAYER" "E" "*" " ")
The attach command fails to use the specified location, and the reconcile layer command hangs at the end and does not exit. Please assist this autolisp novice.
Thank you very much.
Solved! Go to Solution.