See the top rated post in this thread. Click here

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Batch convert DXF files to DWG files

  1. #11
    I could stop if I wanted to Doodlemusmaximus's Avatar
    Join Date
    2005-04
    Location
    RAT HALL
    Posts
    298
    Login to Give a bone
    0

    Default Re: Batch convert DXF files to DWG files

    Quote Originally Posted by abdulhuck
    I have updated the lisp file. You have to just browse to the folder where the dxf files are located. It should work normally, I tried it in AutoCAD 2005 only. Please let me know if there is any problem, preferably with a snip of the command prompt.

    Regards,

    AbdulHuck
    cheers for that, saved me hours of head ache trying to get there. I understand it a little but not so's to run it like you fellas do. It also reforces the need to use this site and for specialist training to help with things like this.

  2. #12
    I could stop if I wanted to
    Join Date
    2015-08
    Posts
    263
    Login to Give a bone
    0

    Default Re: Batch convert DXF files to DWG files

    Quote Originally Posted by Beldin
    cheers for that, saved me hours of head ache trying to get there.
    Glad to know it helps...

    Regards

    Abdul Huck

  3. #13
    I could stop if I wanted to
    Join Date
    2001-10
    Location
    Defragging the internets.
    Posts
    350
    Login to Give a bone
    0

    Default Re: Batch convert DXF files to DWG files

    Script pro will process DXF files and has a "SAMPLE-SAVEAS-2004.SCR" included. I just tested it on one DXF file and it worked fine.

    If you are converting a bunch of files that have the possibility to crash I would suggest using script pro.


    Chris

  4. #14
    Active Member
    Join Date
    2007-03
    Posts
    57
    Login to Give a bone
    0

    Default Re: Batch convert DXF files to DWG files

    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
    Code:
    _.open *file* _.saveas 2007  _.close
    !!!between 2007 and _.close is 2 spaces
    2007 - required dwg file version (2004 2007 2010 2013)
    Attached Files Attached Files

Page 2 of 2 FirstFirst 12

Similar Threads

  1. batch convert 2009 files to 2010
    By Kenny Gee in forum Revit Architecture - General
    Replies: 12
    Last Post: 2009-12-14, 08:09 AM
  2. Batch convert of dwg files in multiple folders
    By tonyisenhoff in forum DWG TrueView - General
    Replies: 0
    Last Post: 2008-06-04, 09:13 PM
  3. Replies: 0
    Last Post: 2007-05-22, 08:14 PM
  4. AutoCAD LT 2005 convert DWG files into JPG files?
    By dougm.79335 in forum AutoCAD LT - General
    Replies: 3
    Last Post: 2007-02-09, 01:28 PM
  5. Can you convert/export Revit files into pdf or plot files?
    By petercronin97702 in forum Revit Architecture - General
    Replies: 1
    Last Post: 2005-12-09, 01:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •