Message 1 of 12

Not applicable
03-12-2020
06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm making a script to join everything in a drawing, save, then move on to the next.
My script is as follows:
OPENFILE <1st drawing>
JOIN
ALL
SAVE
OPENFILE <next drawing>
This works perfect when it is typed out. When it is saved as a .scr file and ran the process does not work.
It seems like a very simple script, and I cannot get around why it is not working.
When I physically type "JOIN" I have the choice of source or multiple objects (I reply with "ALL"):
When it is scripted there is only the choice of "source object" and "ALL" fails (as seen below):
I have also tried:
_ai_selall
JOIN
This again works great when typed manually, but not when scripted.
Solved! Go to Solution.