Han_BFY Posted December 23, 2013 Posted December 23, 2013 Hi Frinds, I need to convert many dxf to dwg.. is it possible to do it at once.. Please help Thanks in advance Quote
ReMark Posted December 23, 2013 Posted December 23, 2013 Seems like a task best suited to batch processing via a script. Look at AutoDesk's own ScriptPro or forum member Lee Mac's program Script Writer. Quote
rkmcswain Posted December 23, 2013 Posted December 23, 2013 I need to convert many dxf to dwg.. is it possible to do it at once.. Another option: http://anydwg.com/dxf-to-dwg-ex.html Quote
VVA Posted April 2, 2015 Posted April 2, 2015 (edited) My solution. I made some change in Lee Mac's Script Writer (find "*.dwg" and replace "*.dxf") and add script line for dxf as default Script Line _.open *file* _.saveas 2007 _.close !!!between 2007 and _.close is 2 spaces 2007 - required dwg file version (2004 2007 2010 2013) DXFScriptWriterV1-2_VVA.lsp Edited April 2, 2015 by VVA Quote
rajasrawool Posted April 6, 2016 Posted April 6, 2016 can you please explain how to use this lsp Quote
ReMark Posted April 6, 2016 Posted April 6, 2016 The basic instructions on how to use ScriptWriter by Lee Mac can be found here....http://lee-mac.com/scriptwriter.html Quote
BIGAL Posted April 7, 2016 Posted April 7, 2016 A simple script open dwg1.dxf saveas 2007 dwg1 close open dwg2.dxf saveas 2007 dwg2 close open dwg3.dxf saveas 2007 dwg3 close Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.