With some additional LISP, you can use the routines I posted earlier in this
thread to switch between projects without overloading your support path.
Here's a simple example:
(setq SmithProject (list "f:\Projects\Smith" "f:\Projects\Smith\Blocks")
JonesProject (list "f:\Projects\Jones" "f:\Projects\Jones\Blocks")
)
To switch to the Jones Project:
(mapcar 'RemoveSupportPath SmithProject)
(mapcar 'AddSupportPath JonesProject)
Vice Versa
(mapcar 'RemoveSupportPath JonesProject)
(mapcar 'AddSupportPath SmithProject)
--
Get free software and more at http://www2.stonemedia.com/franko
"Paul Skinner"
wrote in message
news:89mnnr$hhj6@adesknews2.autodesk.com...
> Hi Frank,
>
> I'm currently struggling with the same problem.
> The LAN at my office is setup with every
> project having its own directory so I'm interested in finding
> ways to locate drawings in multiple directories.
> --
> Paul Skinner
>
> Frank Oquendo wrote in message
> news:89mmih$hhk9@adesknews2.autodesk.com...
> > Just because you imported your support folders is no guarantee they'll
> stay
> > set. Not to mention profiles are machine dependent. Profiles will work
> only
> > on machines where the installations are identical.
> >
> > --
> > Get free software and more at http://www2.stonemedia.com/franko
> >
> >
> > "Paul Skinner" wrote in message
> > news:89mmcv$hh810@adesknews2.autodesk.com...
> > > The site below has something on the subject.
> > >
> > > http://www.wport.com/~nemi/
> > >
> > > As previously stated you could go to profiles and export
> > > the one you like then go to the new machine and import
> > > that profile with all the support files already listed.
> > >
> > > I would like to know if anyone has put a lot of directories into
> > > the "Support file search path" something like *.*. So if you had say
> > > 500 directories you could list them all then cut and paste them
> > > into the exported file.
> > >
> > > Paul Skinner
> > >
> > >
> > >
> > > Shane Christmas wrote in message
> > > news:89lvas$cts12@adesknews2.autodesk.com...
> > > > I need to know where autocad stores the information from the options
> > menu.
> > > I
> > > > am trying to set up machines with the same support files search
path,
> > > > without having to manually put that in each time. I hope there is a
> file
> > > > somewhere I can use to change it. Thanks.
> > > >
> > > > --
> > > > Rodney S. Christmas
> > > > Information Technology Manager
> > > > Hunton Brady Pryor Maso Architects P.A.
> > > >
> > > >
> > >
> > >
> >
> >
>
>