Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Steve,
You can write custome command line utility to publish drawings. You can take csv file as an input which will contain drawing numbers and publish drawings using below API.
publisher.doPublish(true, true, object.toString(), new LatestConfigSpec(), new LatestConfigSpec(), false, null, null, Publisher.EPM_PLUS_PARTS, null, 0);
Hope this helps !!!
Thanks,
