Results 1 to 5 of 5

Thread: BAtch convert drawings from ACA2009 to ACA2010

  1. #1
    Member
    Join Date
    2007-06
    Posts
    9
    Login to Give a bone
    0

    Question BAtch convert drawings from ACA2009 to ACA2010

    I saw a post somewhere - I think on the autodesk website - describing a process to batch convert old ACA 2009 and earlier drawings to ACA 2010 drawings. Does anyone know of such a beast?

  2. #2
    Super Moderator david_peterson's Avatar
    Join Date
    2002-09
    Location
    Madison, WI
    Posts
    5,687
    Login to Give a bone
    0

    Default Re: BAtch convert drawings from ACA2009 to ACA2010

    Umm, for ACA you simply just need to open the drawing and save it. A simple lisp would do the trick.
    Now if you're talking about revit, yes there is a batch "Upgrade" utility that you can get from adesk, but I'm not sure where. I have no idea why you would have any issues going from 09-10 in ACA. Now going backwards is a problem.

  3. #3
    Member
    Join Date
    2007-06
    Posts
    9
    Login to Give a bone
    0

    Default Re: BAtch convert drawings from ACA2009 to ACA2010

    Hi,
    It's that simple lisp routine that I would be looking for. I have never written a lisp routine, nor do I know how to even start such an animal. We work on very large CAD projects at my office, that have a hundred large drawings and hundreds of small drawings associated with them. Our use of xrefs is extensive. I read an article where someone had a routine or utility that could be run that opened, converted, and closed. It would save time. If there is one out there, I'm interested in checking it out.

  4. #4
    Super Moderator david_peterson's Avatar
    Join Date
    2002-09
    Location
    Madison, WI
    Posts
    5,687
    Login to Give a bone
    0

    Default Re: BAtch convert drawings from ACA2009 to ACA2010

    It's simple, open note pad and enter the commands as you would from the command line. If you can do it from the command line, you can script it, and batch them. The code is this simple.

    Code:
    Open
    save
    save it as a .scr file and you can use script pro to do it.
    I will mention this again, there is no need to do this.
    There's never been an issue going from 09 to 10. The only issue that you might run into is that 2010 is a little more picky about errors in drawings so you may have to recover a bunch of them before you could run the script.
    Your other option would be to use dwg true view 2010. Comes with 2010 OOTB I believe. It also have a file converter. Simply select the files you want to change and hit the convert button.

  5. #5
    Member
    Join Date
    2007-06
    Posts
    9
    Login to Give a bone
    0

    Smile Re: BAtch convert drawings from ACA2009 to ACA2010

    thanks. I'll try these.

Similar Threads

  1. Batch Convert to PDF
    By rnickles in forum AutoCAD LT - General
    Replies: 4
    Last Post: 2012-08-09, 10:58 AM
  2. Batch convert from Revit to .dgn
    By goodtastingsteak in forum CAD Management - General
    Replies: 2
    Last Post: 2012-02-25, 09:32 AM
  3. Batch Convert PDF to DWF
    By clemons171 in forum Design Review - General
    Replies: 2
    Last Post: 2010-11-18, 12:05 PM
  4. Compatbility problem ACA2010/ACA2009
    By giglio.matteo in forum ACA General
    Replies: 0
    Last Post: 2010-03-12, 12:02 PM
  5. Batch Convert from DWG to NWD
    By tallaznstick in forum NavisWorks - General
    Replies: 1
    Last Post: 2009-09-07, 09:33 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
  •