Installation & Licensing
Welcome to Autodesk’s Installation and Licensing Forums. Share your knowledge, ask questions, and explore popular Download, Installation, and Licensing topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Profiles, Profiles, Profiles

8 REPLIES 8
Reply
Message 1 of 9
Anonymous
244 Views, 8 Replies

Profiles, Profiles, Profiles

We know the toolbar information (were they are on the screen) is held in the
registry, but is there a way we could set up a profile that only has
information about location of files so we could load it over the top of an
existing profile but it would not set all menus and toolbars back to the
default autocad location. The reason we ask is because we want to run a
profile at startup with the same name as one on all machines in our building
and only effect the paths for specific files on the server. This will make
everyone the same in our office on startup but they can have toolbars where
they want and they will always stay there. Can anyone help.

Maybe we are headed down the wrong path to change the path locations in the
profile.

We do this with MicroStation using config files and a .upf file locally on
the workstation, it works great but I don't know of a way to do it with
AutoCAD 2002.

Thanks
8 REPLIES 8
Message 2 of 9
Anonymous
in reply to: Anonymous

If you want to start AutoCAD with file location information WITHOUT
affecting toolbars, etc., you can import just PART of an AutoCAD profile -
in this way, you only add the additional info you need, instead of the whole
profile.

To do this, export an AutoCAD profile as a .arg file, open it in Notepad,
and delete all the entries you DON'T want changed - leave only the entries
for file locations, etc. Save the resulting file under a new name, then add
the following to either your logon scripts or a batch file used to start
AutoCAD:
regedit /s \\file_location\new_file.arg
where file_location and new_file.arg refer to names you're using on your
systems.

We have the above in our logon scripts, which only updates the variables we
want, instead of updating everyone's complete profile everytime they start.
NOTE - this is likely not supported by Autodesk, but works very well if you
know what you're doing.

John

"Steve Magoon" wrote in message
news:70FA19B705FF6EB3D8ED2A66E0549B59@in.WebX.maYIadrTaRb...
> We know the toolbar information (were they are on the screen) is held in
the
> registry, but is there a way we could set up a profile that only has
> information about location of files so we could load it over the top of an
> existing profile but it would not set all menus and toolbars back to the
> default autocad location. The reason we ask is because we want to run a
> profile at startup with the same name as one on all machines in our
building
> and only effect the paths for specific files on the server. This will
make
> everyone the same in our office on startup but they can have toolbars
where
> they want and they will always stay there. Can anyone help.
>
> Maybe we are headed down the wrong path to change the path locations in
the
> profile.
>
> We do this with MicroStation using config files and a .upf file locally on
> the workstation, it works great but I don't know of a way to do it with
> AutoCAD 2002.
>
> Thanks
>
>
Message 3 of 9
Anonymous
in reply to: Anonymous

How about the line at the very top that reads REGEDIT4? Does that need to
be there?

--
Brian K. Harder, AIA
CAD Manager - RNL Design
http://www.rnldesign.com
-----------------------------------------
Remove .ns to email


"John Schmidt" wrote in message
news:0DB474EC4C00A4AB32B2ED4189C113D9@in.WebX.maYIadrTaRb...
> If you want to start AutoCAD with file location information WITHOUT
> affecting toolbars, etc., you can import just PART of an AutoCAD profile -
> in this way, you only add the additional info you need, instead of the
whole
> profile.
>
> To do this, export an AutoCAD profile as a .arg file, open it in Notepad,
> and delete all the entries you DON'T want changed - leave only the entries
> for file locations, etc. Save the resulting file under a new name, then
add
> the following to either your logon scripts or a batch file used to start
> AutoCAD:
> regedit /s \\file_location\new_file.arg
> where file_location and new_file.arg refer to names you're using on your
> systems.
>
> We have the above in our logon scripts, which only updates the variables
we
> want, instead of updating everyone's complete profile everytime they
start.
> NOTE - this is likely not supported by Autodesk, but works very well if
you
> know what you're doing.
>
> John
Message 4 of 9
Anonymous
in reply to: Anonymous

I believe the regedit4 needs to be there.

John

"Brian Harder" wrote in message
news:4FC2E4FE8D9783E3F97D59953D795607@in.WebX.maYIadrTaRb...
> How about the line at the very top that reads REGEDIT4? Does that need to
> be there?
>
> --
> Brian K. Harder, AIA
> CAD Manager - RNL Design
> http://www.rnldesign.com
> -----------------------------------------
> Remove .ns to email
>
>
> "John Schmidt" wrote in message
> news:0DB474EC4C00A4AB32B2ED4189C113D9@in.WebX.maYIadrTaRb...
> > If you want to start AutoCAD with file location information WITHOUT
> > affecting toolbars, etc., you can import just PART of an AutoCAD
profile -
> > in this way, you only add the additional info you need, instead of the
> whole
> > profile.
> >
> > To do this, export an AutoCAD profile as a .arg file, open it in
Notepad,
> > and delete all the entries you DON'T want changed - leave only the
entries
> > for file locations, etc. Save the resulting file under a new name, then
> add
> > the following to either your logon scripts or a batch file used to start
> > AutoCAD:
> > regedit /s \\file_location\new_file.arg
> > where file_location and new_file.arg refer to names you're using on your
> > systems.
> >
> > We have the above in our logon scripts, which only updates the variables
> we
> > want, instead of updating everyone's complete profile everytime they
> start.
> > NOTE - this is likely not supported by Autodesk, but works very well if
> you
> > know what you're doing.
> >
> > John
>
>
>
Message 5 of 9
Anonymous
in reply to: Anonymous

Thanks.

Tried it and it works like a charm.

I'd like to use an environment variable to set one of the paths. Do you
know if that is possible?



REGEDIT4

[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R15.0\ACAD-12:409\Profiles\RNLa
33a\General]
"ACAD"="i:\\%username%;blahblahblah"

I tried it, but it didn't like it. It put the string in literally
i:\\%username%. Perhaps a syntax thing? I'm a little hesitant to
experiment too much, knowing that regedits can be dangerous.

--
Brian K. Harder, AIA
CAD Manager - RNL Design
http://www.rnldesign.com
-----------------------------------------
Remove .ns to email


"John Schmidt" wrote in message
news:62D2325C2C7028687A9910750574CF31@in.WebX.maYIadrTaRb...
> I believe the regedit4 needs to be there.
>
> John
Message 6 of 9
Anonymous
in reply to: Anonymous

I'm not sure how the registry interprets % variables - have you tried it
without the \\? I do believe there's also a setenv variable that allows you
to set up paths in AutoCAD or a lisp routine - you might ask in the
Customization newsgroup.

If you're concerned about experimenting with the registry, just export the
complete AutoCAD key when it's working, (which will include the subkeys).
Then you can always import it back if something goes awry.

John

"Brian Harder" wrote in message
news:6687E1C1498646542C99266F5A454864@in.WebX.maYIadrTaRb...
> Thanks.
>
> Tried it and it works like a charm.
>
> I'd like to use an environment variable to set one of the paths. Do you
> know if that is possible?
>
>
>
> REGEDIT4
>
>
[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R15.0\ACAD-12:409\Profiles\RNLa
> 33a\General]
> "ACAD"="i:\\%username%;blahblahblah"
>
> I tried it, but it didn't like it. It put the string in literally
> i:\\%username%. Perhaps a syntax thing? I'm a little hesitant to
> experiment too much, knowing that regedits can be dangerous.
>
> --
> Brian K. Harder, AIA
> CAD Manager - RNL Design
> http://www.rnldesign.com
> -----------------------------------------
> Remove .ns to email
>
>
> "John Schmidt" wrote in message
> news:62D2325C2C7028687A9910750574CF31@in.WebX.maYIadrTaRb...
> > I believe the regedit4 needs to be there.
> >
> > John
>
>
Message 7 of 9
Anonymous
in reply to: Anonymous

Also, did you try something like \\\\machine_name\\%username%; ?

John

"John Schmidt" wrote in message
news:E6B8361D9D915B8DA783DACBA3DEAE91@in.WebX.maYIadrTaRb...
> I'm not sure how the registry interprets % variables - have you tried it
> without the \\? I do believe there's also a setenv variable that allows
you
> to set up paths in AutoCAD or a lisp routine - you might ask in the
> Customization newsgroup.
>
> If you're concerned about experimenting with the registry, just export the
> complete AutoCAD key when it's working, (which will include the subkeys).
> Then you can always import it back if something goes awry.
>
> John
>
> "Brian Harder" wrote in message
> news:6687E1C1498646542C99266F5A454864@in.WebX.maYIadrTaRb...
> > Thanks.
> >
> > Tried it and it works like a charm.
> >
> > I'd like to use an environment variable to set one of the paths. Do you
> > know if that is possible?
> >
> >
> >
> > REGEDIT4
> >
> >
>
[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R15.0\ACAD-12:409\Profiles\RNLa
> > 33a\General]
> > "ACAD"="i:\\%username%;blahblahblah"
> >
> > I tried it, but it didn't like it. It put the string in literally
> > i:\\%username%. Perhaps a syntax thing? I'm a little hesitant to
> > experiment too much, knowing that regedits can be dangerous.
> >
> > --
> > Brian K. Harder, AIA
> > CAD Manager - RNL Design
> > http://www.rnldesign.com
> > -----------------------------------------
> > Remove .ns to email
> >
> >
> > "John Schmidt" wrote in message
> > news:62D2325C2C7028687A9910750574CF31@in.WebX.maYIadrTaRb...
> > > I believe the regedit4 needs to be there.
> > >
> > > John
> >
> >
>
>
Message 8 of 9
Anonymous
in reply to: Anonymous

Thanks for the additional thoughts. I'll give them a try and let you know.
If we can get these kinds of techniques to work, it seems like a real
powerful way to maintain some order in a large office. I'm going to have to
study up more on registry settings.

--
Brian K. Harder, AIA
CAD Manager - RNL Design
http://www.rnldesign.com
-----------------------------------------
Remove .ns to email


"John Schmidt" wrote in message
news:5E620881ABCEFE4A147563666090457D@in.WebX.maYIadrTaRb...
> Also, did you try something like \\\\machine_name\\%username%; ?
>
> John
>
> "John Schmidt" wrote in message
> news:E6B8361D9D915B8DA783DACBA3DEAE91@in.WebX.maYIadrTaRb...
> > I'm not sure how the registry interprets % variables - have you tried it
> > without the \\? I do believe there's also a setenv variable that allows
> you
> > to set up paths in AutoCAD or a lisp routine - you might ask in the
> > Customization newsgroup.
> >
> > If you're concerned about experimenting with the registry, just export
the
> > complete AutoCAD key when it's working, (which will include the
subkeys).
> > Then you can always import it back if something goes awry.
> >
> > John
> >
> > "Brian Harder" wrote in message
> > news:6687E1C1498646542C99266F5A454864@in.WebX.maYIadrTaRb...
> > > Thanks.
> > >
> > > Tried it and it works like a charm.
> > >
> > > I'd like to use an environment variable to set one of the paths. Do
you
> > > know if that is possible?
> > >
> > >
> > >
> > > REGEDIT4
> > >
> > >
> >
>
[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R15.0\ACAD-12:409\Profiles\RNLa
> > > 33a\General]
> > > "ACAD"="i:\\%username%;blahblahblah"
> > >
> > > I tried it, but it didn't like it. It put the string in literally
> > > i:\\%username%. Perhaps a syntax thing? I'm a little hesitant to
> > > experiment too much, knowing that regedits can be dangerous.
> > >
> > > --
> > > Brian K. Harder, AIA
> > > CAD Manager - RNL Design
> > > http://www.rnldesign.com
> > > -----------------------------------------
> > > Remove .ns to email
> > >
> > >
> > > "John Schmidt" wrote in message
> > > news:62D2325C2C7028687A9910750574CF31@in.WebX.maYIadrTaRb...
> > > > I believe the regedit4 needs to be there.
> > > >
> > > > John
> > >
> > >
> >
> >
>
>
Message 9 of 9
Anonymous
in reply to: Anonymous

Well, I've been completely unsuccessful with the %env name$ thing, even
using machine name instead of a drive letter.

--
Brian K. Harder, AIA
CAD Manager - RNL Design
http://www.rnldesign.com
-----------------------------------------
Remove .ns to email

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report