Change the Printer Configuration Search Path

Discussion in 'AutoCAD' started by HDC, Apr 19, 2004.

  1. HDC

    HDC Guest

    I need to change the follow hard code in Autocad Configuration:
    my "Printer Configuration Search Path" is:
    C:\Program Files\Autodad 2002\Plotters

    I need to change to a network drive:
    T:\Stand\Plotters

    I will like to changed via Lisp to a 60 PC's..

    Somebody have any idea how?

    Thank you for your healp!!!

    ;-)
     
    HDC, Apr 19, 2004
    #1
  2. HDC

    BillZ Guest

    (vlax-put-property (vla-get-files (vla-get-preferences
    (vlax-get-acad-object))) 'PrinterConfigPath "T:\\Stand\Plotters\\")

    Bill
     
    BillZ, Apr 19, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.