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

SAVEAS LISP TO VERSION 2010

6 REPLIES 6
SOLVED
Reply
Message 1 of 7
allanbsteven
415 Views, 6 Replies

SAVEAS LISP TO VERSION 2010

Appreciate any help on this.

We are using 2014 but only saveas for clienst to a 2010 version.

Is there a  way lisp can create this.

 

saveas

r2010

close

 

I would put this in my tool palette and others to stop them from saving as 2013.

(We want 2013 in house)

help full proof it.

Hope this makes sence.

Thanks

Allan

 

6 REPLIES 6
Message 2 of 7
devitg
in reply to: allanbsteven

Check for VLA-SAVEAS
Message 3 of 7
allanbsteven
in reply to: devitg

Thanks but I dont think I understand

I am surrently using this but i want to add "close"

so it will close the dwg after below is implemented....

Cheers

Allan

 

 

(command ".saveas" "2010" "" "y")(princ)

 

Message 4 of 7
devitg
in reply to: allanbsteven

(command "._close" "y" "y")
Message 5 of 7
allanbsteven
in reply to: devitg

Thanks vey much.

Message 6 of 7
allanbsteven
in reply to: allanbsteven

DO YOU KNOW HOW I CAN TURN THIS INTO A LISP?

 

 

(command ".saveas" "2010" "" "y" "._close" "y" "y")(princ)

 

TO RUN CALL IT "2010"

 

I have no idea???

Thanks

Allan

Message 7 of 7
devitg
in reply to: allanbsteven

(defun c:2010 (/) (command ".saveas" "2010" "" "y") (command "._close" "y" "y")(princ) )

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

Post to forums  

Autodesk Design & Make Report

”Boost