Community Tip - You can change your system assigned username to something more personal in your community settings. 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,