Message 1 of 4
Lisp that needs manual input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am trying to create a lisp that can be ran as part of a script to attach the reference templates to an existing job with about 100 drawings.
(defun c:reftemplate()
(command "_.-AttachReferenceTemplate" "J:\\Civil 3d\\Master Templates\\2020\\2020 Master Template.dwt")
)
The lisp opens the dialog box but doesn't then go onto the add reference template button. I'm guessing some sort of link is missing between the command and the input
Any ideas?
Thanks in advance.