a way to keep commands and sys variables from changing?

a way to keep commands and sys variables from changing?

AutoMarcus
Collaborator Collaborator
2,353 Views
5 Replies
Message 1 of 6

a way to keep commands and sys variables from changing?

AutoMarcus
Collaborator
Collaborator

Hi all

this may be a really dumb question but here goes.

 

I like certain settings like viewres 10000 and a certain scale list  and a few other things in every drawing.

 

my collegue has drawn many drawings with different settings, like viewres 100 or 1000, and scales that are way different to what i use.

 

i am to use his old drawings as a template to do new drawings, and am forever changing viewres so that circles dont look to me like hexagons Smiley Happy

 

doing new viewports i am also repeatedly typing in scaleeditlist to put new viewport scale options on.

 

is there a way to keep my settings when opening other peoples drawings?

0 Likes
Accepted solutions (2)
2,354 Views
5 Replies
Replies (5)
Message 2 of 6

imadHabash
Mentor
Mentor

Hi,

 

>> is there a way to keep my settings when opening other peoples drawings? <<

i suggest to use SYSVARMONITOR command for that.read HERE for more help. and this is began from AutoCAD 2016 and later.also you have to know that there is a settings that saved different in every single CAD file and other ones saved in AutoCAD as general and you can notice that from OPTIONS dialog especially when you see this symbol ( see attached image)

 

kkk.png

 

Regards.

Imad Habash

EESignature

Message 3 of 6

AutoMarcus
Collaborator
Collaborator

thanks

I have this turned on, however the viewres and other settings change for every drawing i open up.

and viewres is a command , not a system variable, so i cant add it to to SYSVARMONITOR

 

 

0 Likes
Message 4 of 6

Vinayv4v
Advisor
Advisor
Accepted solution

Hi,

 

I would have tried a script to do so.

 

SCR > then insert the script. (all steps in one command).

Just do all you commands on notepad and save it as .scr to create script.

 

Note : The file basic.scr does not have a valid extension for an attachment and has been removed. (cannot attach the sample)

 

 (Basic)

script.JPG

 

Here are some links which will give you an idea of writing a script.

 

https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/Au...

 

http://www.cad-notes.com/learn-how-to-write-command-scripts-for-autocad-and-automate-your-plotting/

 

Check is a screen cast

Cheers,

Vinay Vijayakumaran

Message 5 of 6

ara_neresesian
Collaborator
Collaborator
Accepted solution

HI

I think with this trick you can do it.

1-just insert those dwg to your dwg file (which is set up ).

 

2-its possible by _ACTRECORD (macro),with one click you can set all variables.

 

Good Luck

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question

Message 6 of 6

AutoMarcus
Collaborator
Collaborator

Thanks Everyone, i havent had a chance top look yet. been really busy.

will look soon and get back to you with results.