how to manage/edit global system variables

CAME7
Contributor

how to manage/edit global system variables

CAME7
Contributor
Contributor

Hi all,

 

Is there a way to access/manage all the global system variables i.e. TSPACETYPE

 

and then save as a file to create a default setup for all CAD users in an organisation

 

Many Thanks

0 Likes
Reply
Accepted solutions (1)
385 Views
2 Replies
Replies (2)

h_s_walker
Mentor
Mentor

Unfortunately not as some global settings will be saved in the computer's registry.

You could try making a drawing template and change all the settings that you want to change in that and then save it.

Make sure all your others users have access to that template though.

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes

pendean
Community Legend
Community Legend
Accepted solution

@CAME7 wrote:

...and then save as a file to create a default setup for all CAD users in an organisation...


Create a SCRIPT file with all of your desired settings, then do this for each user

https://help.autodesk.com/view/ACDLT/2023/ENU/?guid=GUID-8675B657-8C15-4594-BDFB-644B66BD02D7#:~:tex...

and remind them to use it often.

 

BUT... If you all are running LT2024 or LT2025, you can do more with LISP and automated startups that force your settings on everyone all the time when they open a DWG file too.

 

 


@CAME7 wrote:

....Is there a way to access/manage all the global system variables ......


SYSVARMONITOR command setup for each user may help, but in LT that's a manual process since LT does not do "autocad profiles".

 

And yes, you still ought to do the TEMPLATE thing that @h_s_walker recommends too, those are indispensable.

 

 

HTH