Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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,