Results 1 to 7 of 7

Thread: File Paths

  1. #1
    All AUGI, all the time
    Join Date
    2004-08
    Location
    Syracuse, NY
    Posts
    631
    Login to Give a bone
    0

    Default File Paths

    I have been in the process of revapamping our AutoCAD network drive which meant a new drive letter designation. My question is, do the network drive path designations for AutoCAD only exist as part of the user profile? when I release this, I would like to do this in a way where I reset the directory paths, but not the users' interface. I thought of a script file, but I do not see how this would work without resetting the users' interface/ profile.

    Any thoughts or suggestions would be appreciated.
    Thanks

  2. #2
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: File Paths

    Assuming you have a set of customizations on your server and want to remap existing installation to this, you may find this utility usefull: http://www.cadwerx.net/?path=AcadInstall

    Otherwise you could modify the ACAD registry value through a SCRIPT using the LISP
    (getenv "ACAD") and (setenv "ACAD" ...) by finding the old value and replacing with the new. Possibly use the (vl-string-subst ...) function for this.

    And then I'm guessing your biggest problem would actually be XRefs. For this I'd suggest using the Reference Manager (installed together with AutoCAD). You can find it under the Start Menu --> All Programs --> AutoDesk --> AutoCAD 200# --> Reference Manager.

  3. #3
    I could stop if I wanted to
    Join Date
    2006-02
    Posts
    424
    Login to Give a bone
    0

    Default Re: File Paths

    Just a quick comment on the Reference Manager...I don't know what version you are using, but I do know that the Ref Mgr is broken in ABS07 and 08. I don't know if it has been fixed in 09.

    See comments on this poll:
    http://forums.augi.com/showthread.php?t=57345

  4. #4
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: File Paths

    Random thought:
    I am always worried about AutoCad not being able to find the correct network drive.
    Would it be helpful to change the newtwork drive on a whim while having each computer map a drive letter to the correct network drive?

    The user could map "P:Autocad" to any network location.

  5. #5
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: File Paths

    That's always a problem. The only way of getting around is relative paths.

  6. #6
    Certifiable AUGI Addict tedg's Avatar
    Join Date
    2005-06
    Location
    in the upper right corner
    Posts
    3,524
    Login to Give a bone
    0

    Default Re: File Paths

    Quote Originally Posted by irneb View Post
    That's always a problem. The only way of getting around is relative paths.
    ^^ I totally agree, we use Relative Xref Paths for this reason.
    As long as you keep the same folder naming and hierarchy, it doesn't matter where they live.

  7. #7
    I could stop if I wanted to
    Join Date
    2006-02
    Posts
    424
    Login to Give a bone
    0

    Default Re: File Paths

    Relative pathing should also help if you pass dwgs off (that have xrefs in them) to other companies that don't have the same letter pathing that you have.

Similar Threads

  1. 2010: File paths and Profiles
    By csorensen in forum AutoCAD General
    Replies: 1
    Last Post: 2013-08-09, 05:52 PM
  2. Deployment file paths problem. File paths cannot be customized
    By robertlevy493178 in forum AutoCAD Customization
    Replies: 0
    Last Post: 2013-01-02, 04:13 PM
  3. Relative file paths?
    By thomas183523 in forum NavisWorks - General
    Replies: 16
    Last Post: 2010-01-18, 05:23 PM
  4. Replies: 19
    Last Post: 2007-10-17, 03:11 PM
  5. Relative file paths for images
    By monty.99416 in forum AutoCAD General
    Replies: 2
    Last Post: 2005-11-18, 04:49 PM

Posting Permissions

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