You can achive that by AutoLISP; this example should get you started:
Code:(vl-load-com) (setq drawingOld (getvar "DWGNAME") drawingNew (strcat (getvar "DWGPREFIX") (vl-filename-base drawingOld) "-pl" (vl-filename-extension drawingOld))) (command "_SAVEAS" "" drawingNew)




Reply With Quote
Bookmarks