This was covered recently, here.
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![]()
This was covered recently, here.
"To alcohol; the cause and solution to all of life's problems." - Homer Simpson
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.
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
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)


Great Quote and so true!
I love John Lennon : )
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.


Sure, that's fine
Go to File Saveas![]()
Find your newbest 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
Registered forum members do not see this ad.
there's a few suggestions for software that may be helpful in this FAQ
Find your newbest 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
Bookmarks