Hi,
alternative could be to use ScriptPro >>>click<<<
- alfred -
I just downloaded this but I cant see where it converts dwg to dxf.
How to convert multiple DWG files to DXF:
Our JTB SmartBatch app could be used together with a simple script like the below (save to a file with .scr extension) that save each drawing to DXF with JTB SmartBatch.
Script code starts below:
FILEDIA
0
_SAVEAS
DXF
_V
2013
FILEDIA
1
QUIT
;
Script code ends with the QUIT above and the last row can be empty or having a semicolon.
Depending on how you want the DXF files to be created you might want to modify it slightly.
Drawings saved in DXF format have these additional prompts.
Thank for the reply, I just made and used this in AutoScript seemed to work ok.
FILEDIA 0
DXFOUT
FILEDIA 1
How to save dxf with this ?
Hi,
the first line of his answer is a LINK, follow this link
install and set up the product and follow the documentation
(you have to create a script with the content above, copy all lines, paste it in notepad, save it as yourfilename.SCR )
Sebastian
if i have like 20 dwg files in one folder and want to convert all 20 to dxf how so?
@morten4MDUW wrote:if i have like 20 dwg files in one folder and want to convert all 20 to dxf how so?
You need a script file, and a script processor to run it through all of those file: this one works well in our office
https://www.cadig.com/products/autocad-script-pro.php
Or try others
Try attached DwgACCDwg2Dxf.lsp which offers you the option to select the folder with the dwgs to save as dxfs without the need to open them in AutoCAD' GUI
You are welcome…cheers!!!