Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Always save as acad2004 fucntion?

7 REPLIES 7
Reply
Message 1 of 8
Anonymous
292 Views, 7 Replies

Always save as acad2004 fucntion?

We are considering an upgrade to acad 2011, but have other seats of
acad2004.
We can not afford to upgrade all the seats, is it possible to run a routine
that will force acad 2011 to always save as 2004 to maintain compatibility?

Thanks!

--
XP Pro
Intel Core2 Duo
p8400 @2.26 GHz
2.99GB Ram

GeForce 9800M GTS video card



__________ Information from ESET NOD32 Antivirus, version of virus signature database 5117 (20100515) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
7 REPLIES 7
Message 2 of 8
Anonymous
in reply to: Anonymous

On 5/16/2010 7:52 AM, BigBill wrote:
> We are considering an upgrade to acad 2011, but have other seats of
> acad2004.
> We can not afford to upgrade all the seats, is it possible to run a routine
> that will force acad 2011 to always save as 2004 to maintain compatibility?
>
> Thanks!
>
You can always save down: Tools>Options>Open & Save to 2004. Just be
aware that some items specific to 2011 cannot be read by previous
versions but for general purposes, this should not be a problem.
Message 3 of 8
devitg
in reply to: Anonymous

You can UNDEFINE
save
qsave
quit
saveas
exit

and redefine to be

saveas 2004

Any way you can retrieve original mode adding a dot before the native command.

.-save
.-qsave
.-quit
.-qsave
.-exit



Message 4 of 8
Anonymous
in reply to: Anonymous


Awesome, great tip with the . before the
command,

I did not know that!

 

 


--
XP Pro
Intel Core2 Duo
p8400 @2.26 GHz
2.99GB Ram

 

GeForce 9800M GTS video card


style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
You
can UNDEFINE
save
qsave
quit
saveas
exit

and
redefine to be

saveas 2004

Any way you can retrieve original
mode adding a dot before the native
command.

.-save
.-qsave
.-quit
.-qsave
.-exit







__________ Information from ESET NOD32 Antivirus, version of virus signature database 5121 (20100517) __________



The message was checked by ESET NOD32 Antivirus.



http://www.eset.com



Message 5 of 8
M_Hensley
in reply to: Anonymous

You could add code to your acad.lsp or acaddoc.lsp to always set the default save format:

(setenv "DefaultFormatForSave" "24")

12 = 2000
24 = 2004
36 = 2007
48 = 2010
Message 6 of 8
Anonymous
in reply to: Anonymous

Thats sound great too, maybe easier!

--
XP Pro
Intel Core2 Duo
p8400 @2.26 GHz
2.99GB Ram

GeForce 9800M GTS video card
wrote in message news:6392524@discussion.autodesk.com...
You could add code to your acad.lsp or acaddoc.lsp to always set the default
save format:

(setenv "DefaultFormatForSave" "24")

12 = 2000
24 = 2004
36 = 2007
48 = 2010

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5122 (20100517) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com





__________ Information from ESET NOD32 Antivirus, version of virus signature database 5122 (20100517) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
Message 7 of 8
devitg
in reply to: Anonymous


M_hensley, would it

(setenv "DefaultFormatForSave" "24")

accept the .SAVE , to do it in the current ACAD version??
Message 8 of 8
M_Hensley
in reply to: Anonymous

When you use (setenv "DefaultFormatForSave" "24") it is the same as picking Options-Open and Save-Save as. All the save commands will default to 2004 format. You can switch the type in the save dialog box for a particular file, but the next time you save the default will be back to 2004.

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

Post to forums  

Autodesk Design & Make Report

”Boost