+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23
  1. #1
    Junior Member
    Using
    AutoCAD LT 2008
    Join Date
    Dec 2007
    Posts
    11

    Smile How to save higher version drg to lower version drg?

    Registered forum members do not see this ad.

    Dear all,

    I have a bunch of autocad drgs in say 2004 version . how could i save these drgs in 2000 version by using single step.

    i know to save these drgs individually but i have got about 200 drgs to be converted to 2000 version.

    somebody help

    Regards

    K.S.Karthik

  2. #2
    Super Member GE13579's Avatar
    Computer Details
    GE13579's Computer Details
    Operating System:
    Windows XP
    Computer:
    Fujitso Siemens
    RAM:
    3.4Ghz
    Monitor:
    Samsung 19" TFT
    Using
    Mechanical 2009
    Join Date
    Feb 2007
    Location
    North East England
    Posts
    1,454

    Default

    This was covered recently, here.
    "To alcohol; the cause and solution to all of life's problems." - Homer Simpson

  3. #3
    Super Moderator fuccaro's Avatar
    Using
    AutoCAD 2006
    Join Date
    Nov 2002
    Location
    Romania, Marosvasarhely
    Posts
    3,540

    Default

    It seems that this question is a returning one, so here is a more detailed answer.
    I have seen on the Autodesk website a program for batch back saving but I wrote my own application for Purge, Zoom to extents and save in the choused format. Depending on the needs I use AutoCAD 2000 format or DXF –depending on the client’s wish.
    How to use the program:
    Open a drawing, go to Tools>Load applications and locate the lisp file. Drag it in the Startup folder and close the drawing. Now go to File>Open and in the opening window select ALL the files to be back saved. Press the Open button and … wait. The program will open all the selected files and save them next to the original. The filenames are prefixed with "R2000_".
    If the files to be back saved are not in the same directory but in subdirectories, use the Windows search to list all the *.dwg files contained within the main directiry (the one containing the sub directories). Select all the files listed and press Enter. It will work if on your computer AutoCAD is associated with the DWG file extension.
    Remove the Lisp from the Startup suit.
    Code:
    (defun saveback()
        (command "-purge" "all" "" "n")
        (command "_.zoom" "e")
        (command "_saveas" "2000" (strcat (getvar "dwgprefix") "\R2000_" (getvar "dwgname")))
        (command "close")
        )
      (saveback)
    It's nice to be nice, but sometimes is nicer to be evil!.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.

  4. #4
    Super Member GE13579's Avatar
    Computer Details
    GE13579's Computer Details
    Operating System:
    Windows XP
    Computer:
    Fujitso Siemens
    RAM:
    3.4Ghz
    Monitor:
    Samsung 19" TFT
    Using
    Mechanical 2009
    Join Date
    Feb 2007
    Location
    North East England
    Posts
    1,454

    Default

    I've just noticed the thread owner is using 2008 LT so won't be able to use lisps
    "To alcohol; the cause and solution to all of life's problems." - Homer Simpson

  5. #5
    Senior Member mahahaavaaha's Avatar
    Using
    AutoCAD 2009
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    340

    Default

    Hi,

    get free Autodesk TrueView from http://www.autodesk.com. This lets you batch-convert dwg's with lots of options:

    Formats:
    convert_format.jpg
    Other Options:
    convert.jpg

    Note that it will automatically do an audit if requested, bind xrefs and remove plotterdefinitions!

    Cheers,

    Petri
    Life is what happens to you while you're busy making other plans.
    John Lennon (1940 - 1980)

  6. #6
    Senior Member
    Using
    AutoCAD 2009
    Join Date
    May 2008
    Location
    Philadelphia, Pa.
    Posts
    407

    Default

    Great Quote and so true!
    I love John Lennon : )

  7. #7
    Super Moderator fuccaro's Avatar
    Using
    AutoCAD 2006
    Join Date
    Nov 2002
    Location
    Romania, Marosvasarhely
    Posts
    3,540

    Default

    ML0940
    Mahahaavaaha will be happy to read your opinion-in the chat forum. Please post here only if you have something to say or ask about saving drawings in earlier versions.
    It's nice to be nice, but sometimes is nicer to be evil!.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.

  8. #8
    Senior Member
    Using
    AutoCAD 2009
    Join Date
    May 2008
    Location
    Philadelphia, Pa.
    Posts
    407

    Default

    Sure, that's fine
    Go to File Saveas

  9. #9
    Super Moderator Strix's Avatar
    Using
    not applicable
    Join Date
    Nov 2005
    Location
    Sheffield UK
    Posts
    3,074

    Default

    Quote Originally Posted by GE13579 View Post
    I've just noticed the thread owner is using 2008 LT so won't be able to use lisps
    I could be wrong, but I'm sure you could write all that to a button macro in LT
    Find your new best friend at Rain Rescue

    If you are a good drafter, tech will help. If you are a bad drafter, nothing will help. - Jack_O'neill at CADTutor

  10. #10
    Super Moderator Strix's Avatar
    Using
    not applicable
    Join Date
    Nov 2005
    Location
    Sheffield UK
    Posts
    3,074

    Default

    Registered forum members do not see this ad.

    there's a few suggestions for software that may be helpful in this FAQ
    Find your new best friend at Rain Rescue

    If you are a good drafter, tech will help. If you are a bad drafter, nothing will help. - Jack_O'neill at CADTutor

Similar Threads

  1. 2007 LT version
    By pennylove in forum AutoCAD Drawing Management & Output
    Replies: 4
    Last Post: 31st Aug 2007, 03:41 pm
  2. What version PLEASE
    By Mr T in forum AutoCAD Drawing Management & Output
    Replies: 0
    Last Post: 30th Sep 2006, 07:50 pm
  3. Student version?
    By criscoduck in forum AutoCAD Drawing Management & Output
    Replies: 14
    Last Post: 5th Jul 2006, 08:02 pm
  4. Default save as ,lower version
    By hyposmurf in forum AutoCAD Drawing Management & Output
    Replies: 6
    Last Post: 24th Oct 2003, 02:27 pm

Bookmarks

Posting Permissions

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