+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 26
  1. #11
    Super Member
    Using
    AutoCAD not applicable
    Join Date
    Jul 2007
    Posts
    639

    Default

    Registered forum members do not see this ad.

    Russell have at look at
    Code:
     
    (getenv "ACAD")
    to list the paths and
    Code:
     
    (setenv "ACAD" "--NEW PATHS--")
    use the same syntax in the getenv.
    If at first you don't succeed, then maybe failure is more your style.

  2. #12
    Senior Member
    Using
    Civil 3D 2008
    Join Date
    Feb 2008
    Posts
    294

    Default

    Perfect - that works for the acad search paths

    Do you also know how to change the
    printer support path locations
    Template settings locations
    &
    Tool palette locations

    This is going to save me a heap of time and make sure things work properly

    Thank you in advance mate

  3. #13
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    Good one Paul. Now that does look interesting. I guess we're back in business.

    Russell, can you post a list of what paths you want to where......and I'll have a crack at it when I get home this arvo.

  4. #14
    Super Member
    Using
    AutoCAD not applicable
    Join Date
    Jul 2007
    Posts
    639

    Default

    printers
    Code:
     
    (getenv "PrinterConfigDir")
    template
    Code:
     
    (getenv "TemplatePath")
    tool palette not sure, but it would be something similar to above..

    anyway time for beer have a good weekend guys..
    If at first you don't succeed, then maybe failure is more your style.

  5. #15
    Senior Member
    Using
    Civil 3D 2008
    Join Date
    Feb 2008
    Posts
    294

    Default

    Thanks heaps Paul


    Dont do that Allan
    No need to look at doing it at home mate

    I should be able to set the "Support File Search Path" by myself with what Paul has sent through - i can send you a copy if you want - but i'd like to learn how to set the

    +Printer Support File Path
    ->Printer Configuration Search Path
    ->Printer Description File search path
    ->Plot style table search path

    +Template Settings
    ->Drawing template file locations
    ->Sheet set template file location
    ->Default template file name for QNEW

    +Tool Palattes File Locations
    ->"location goes here"

    So i f you get anything please let me know

    Thanks again
    Last edited by russell84; 20th Apr 2008 at 03:51 am.

  6. #16
    Senior Member
    Using
    Civil 3D 2008
    Join Date
    Feb 2008
    Posts
    294

    Default

    ahhh your too quick mate - Thanks heaps

    Do you just know these or are you just looking through the help file to find what varible is what - is there an easy way to find what variable changes what path??
    Last edited by russell84; 18th Apr 2008 at 06:00 am.

  7. #17
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    Okay, I think I just figured it out.....if you go back to that list you had

    "Go to tools - autolisp - visual lisp editor - open the help guide
    and type 'PreferencesFiles object' to get up the list that i posted"

    It would appear that the VBA code was "PrinterDescPath"

    To use lisp code, change the Path to Dir
    e.g. (getenv "PrinterDescDir")

    Try that for all the ones you still want.

  8. #18
    Senior Member
    Using
    Civil 3D 2008
    Join Date
    Feb 2008
    Posts
    294

    Default

    AHHHH

    Nice work..

    How good was that - ok well i'll start compiling a lisp to set all my locations and i'll send it to you for your review & red penning yeah?
    Or even just so you have a copy

    Thanks Allan
    Last edited by russell84; 18th Apr 2008 at 06:45 am.

  9. #19
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    No wuckers, mate.

    Good thing Paul came along to twig my brain a bit.

    Have fun with all that.

  10. #20
    Senior Member
    Using
    Civil 3D 2008
    Join Date
    Feb 2008
    Posts
    294

    Default

    Registered forum members do not see this ad.

    Definately will make things easier - i loathe setting up peoples pc's all the time..

    Thanks heaps guys - i'll post back what i come up with

    Cheers

Similar Threads

  1. changing setup
    By alijahed in forum AutoCAD General
    Replies: 2
    Last Post: 15th Jun 2007, 03:30 am
  2. Profile setup
    By Starkey in forum AutoCAD Drawing Management & Output
    Replies: 1
    Last Post: 20th Feb 2007, 06:54 pm
  3. Plot problem - paper size always reverts to initial setting
    By scootermac in forum AutoCAD Drawing Management & Output
    Replies: 8
    Last Post: 17th Mar 2005, 07:42 am
  4. TEMPLATE SETUP
    By BRENT in forum AutoCAD Drawing Management & Output
    Replies: 3
    Last Post: 12th Mar 2004, 07:30 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts