Support File Search Path

Discussion in 'AutoCAD' started by Roger, Aug 18, 2004.

  1. Roger

    Roger Guest

    Can the Support File Search Path be set with a batch file? I have 20+ CAD
    stations to add new paths for custom blocks.
     
    Roger, Aug 18, 2004
    #1
  2. Roger

    C Witt Guest

    I don't know about a batch file, but you can do that via an auto-loaded
    lisp file. (if you do a search of this NG, you should see the code).
     
    C Witt, Aug 18, 2004
    #2
  3. Roger

    RB Guest

    Thanks, but I don't want this to load every time. I need to update the path
    only once.
     
    RB, Aug 18, 2004
    #3
  4. Roger

    ECCAD Guest

    BR,
    Attached may get it done.

    Bob
     
    ECCAD, Aug 18, 2004
    #4
  5. If the profiles are not different you can create one profile (.arg) file and
    copy it to each computer, making sure icon on desktop references the
    profile.
     
    Alan Henderson @ A'cad Solutions, Aug 18, 2004
    #5
  6. Roger

    Tom Smith Guest

    They can be set by importing a profile.
     
    Tom Smith, Aug 18, 2004
    #6
  7. Roger

    John Schmidt Guest

    You don't need the whole profile, and would probably upset users since any
    of their personal preferences would be gone. Just cut the support path line
    out of the .arg file, save it to its own file, and rename the extension to
    ..reg, upon which double clicking it will instantly update the profile. If
    you want to run this in a batch file, use regedit /s filename.reg.

    John
     
    John Schmidt, Aug 18, 2004
    #7
  8. Roger

    C Witt Guest

    As you wish. I was thinkking "long-term". for when you need to add
    more (you wouldn't need to re-run it, as it's done for you).
     
    C Witt, Aug 18, 2004
    #8
  9. Roger

    Tom Smith Guest

    Thanks for the info, John. We set the search paths, among other things, in
    the initial setup of a station. This starts everybody from the same point.

    In practice, aside from toolbar positioning, there really haven't been that
    many "preferences" that vary from person to person. I have one (new) user
    out of 20, for instance, who prefers the default crosshair size -- the first
    person we've ever had who didn't prefer 100%. One other person wants to fool
    with the right-click settings, and several of them insist on ridiculously
    short autosave intervals. None of these would take any time to change if
    they were forced to revert back to the original default profile. The
    brighter ones know how to export their current profile for safekeeping.

    I've never had occasion to change the search path, or reorganize our
    standard block libraries to add new folders, within a given release of Acad.
    Those are the kinds of things I do while we're going through a version
    change. If we were somehow forced to do a substantial reorganization which
    was out of synch with the product cycle, I'd probably treat it as a version
    change anyway, and give everyone the same profile again as a starting point.

    Actually, my likeliest use of the technique you suggest would be to enforce
    compliance/uniformity on the few items where we really don't want to allow
    personal preference settings, but persuasion has failed. Thanks again.
     
    Tom Smith, Aug 18, 2004
    #9
  10. Roger

    John Uhden Guest

    Check out the thread "Adding to Options:Files tab without changing whole
    Profile" on July 29, 2004, or do a Google groups search for "+addpath
    +changepath". You can add the function call to each acaddoc.lsp file, or have
    the adaddoc.lsp file load/run another lisp file on the network.

    I change and monitor all the installations at work by changing one network .lsp
    file.
    BTW, the acaddoc.lsp file has just one line...
    (load "<network path>\\<company name>.lsp")

    Of course it contains a healthy S::STARTUP function which makes the calls to
    various functions.

    For major pre-launch changes, we use a network batch routine for updating
    installations.
     
    John Uhden, Aug 19, 2004
    #10
  11. I believe you can export the particular registry key / value that stores the
    support paths and then add them to the 'new' computer's registry. Assuming
    same Op Sys and cad version.


    "Tom Smith" <nospam> wrote in message Thanks for the info, John. We set the search paths, among other things, in
    the initial setup of a station. This starts everybody from the same point.

    In practice, aside from toolbar positioning, there really haven't been that
    many "preferences" that vary from person to person. I have one (new) user
    out of 20, for instance, who prefers the default crosshair size -- the first
    person we've ever had who didn't prefer 100%. One other person wants to fool
    with the right-click settings, and several of them insist on ridiculously
    short autosave intervals. None of these would take any time to change if
    they were forced to revert back to the original default profile. The
    brighter ones know how to export their current profile for safekeeping.

    I've never had occasion to change the search path, or reorganize our
    standard block libraries to add new folders, within a given release of Acad.
    Those are the kinds of things I do while we're going through a version
    change. If we were somehow forced to do a substantial reorganization which
    was out of synch with the product cycle, I'd probably treat it as a version
    change anyway, and give everyone the same profile again as a starting point.

    Actually, my likeliest use of the technique you suggest would be to enforce
    compliance/uniformity on the few items where we really don't want to allow
    personal preference settings, but persuasion has failed. Thanks again.
     
    Casey Roberts, Aug 20, 2004
    #11
  12. Roger

    RB Guest

    Thanks Casey, that really helped.
     
    RB, Aug 23, 2004
    #12
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.