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

Path for PLT files in 2005

3 REPLIES 3
Reply
Message 1 of 4
AOtelea
120 Views, 3 Replies

Path for PLT files in 2005

Hi,


In AutoCAD 2005 the location of PLT or DWF files is imposed by the value of
Default output directory (DWF and plot-to-file) (Publish Options dialog)


How is posibil to change this value because I want to keep the PLT files in the same place with DWG files?


In AutoCAD 2004 if I change the value for InitialDirectory stored in

HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R16.0\ACAD-201:409\Profiles
\<>\Dialogs\BrowseforPlotFilePlotDlg

he change the location of PLT files.

I make the same thing in AutoCAD 2005 but it do not work.


Thanks for help
3 REPLIES 3
Message 2 of 4
BillZ
in reply to: AOtelea

(vla-put-DefaultPlotToFilePath (vla-get-output (vla-get-preferences
(vlax-get-acad-object))) "g:\\temp")

Or whatever path you want to change it to.

Bill
Message 3 of 4
AOtelea
in reply to: AOtelea

Thanks Bill
Message 4 of 4
Anonymous
in reply to: AOtelea

Will this work in 2004? When I try, I get an error : ; error: no function definition: VLA-PUT-DEFAULTPLOTTOFILEPATH TIA Casey "BillZ" wrote in message news:13979555.1098714533413.JavaMail.jive@jiveforum1.autodesk.com... > (vla-put-DefaultPlotToFilePath (vla-get-output (vla-get-preferences > (vlax-get-acad-object))) "g:\\temp") > > Or whatever path you want to change it to. > > Bill

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

Post to forums  

Autodesk Design & Make Report

”Boost