Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Automating default save options

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
253 Views, 3 Replies

Automating default save options

i have to change my default save option several times a day, mostly between autocad2000.dxf and autocad2013.dwg.  I figure a button on my toolbar would be preferable to options and dropdown selection each time.

i searched a bit and all i have seen was a command that no longer produces a result, "DefaultFormatForSave".

is there a way to make this slightly more simplified?

3 REPLIES 3
Message 2 of 4
rkmcswain
in reply to: Anonymous

Create a button with the following code

 

(setenv "DefaultFormatForSave" "60")

Replace "60" with the appropriate value.

 

"13" for 2000dxf

"60" for 2013dwg.

 

 

 

 

 

R.K. McSwain     | CADpanacea | on twitter
Message 3 of 4
john.vellek
in reply to: Anonymous

Hi @Anonymous,

 

Here is an AKN Article that shows the syntax for configuring the default SAVEAS formats.  I think you could configure a button for both types using this method.

 

Please hit the Accept as Solution button if my post fully solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
Message 4 of 4
Anonymous
in reply to: rkmcswain

Thanks.  end of the day yesterday, and i just didnt understand what i was looking at.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


AutoCAD Beta