Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a mass print script and I have it save then close the drawing after it's done printing each one. The problem is the script updates the mass properties and some times drawings just update when opened. So when it saves different "warnings" can pop up, which pause the script until the pop up is taken care of. The warnings are typically for saving other files like the ipt linked to a drawing or if the drawing was saved in an old version. Is there a way to just accept those while running a script so it does puase?
How I save and then close the drawing.
ThisApplication.ActiveEditDocument.Save
ThisApplication.ActiveEditDocument.Close True
Check out my style edits for the Autodesk forums
pball's Autodesk Forum Style
Userscript to edit forum links to jump to first unread post
Jump To First Post Userscript
pball's Autodesk Forum Style
Userscript to edit forum links to jump to first unread post
Jump To First Post Userscript
Solved! Go to Solution.

