Jesse Moore sends us a solution for resetting AutoCAD's system variables the way you want them, every time. "Have you ever opened a drawing to find that your custom settings are discombobulated? It could be anything under the sun that changed; in my case, it often alters the way I have AutoCAD set up to select objects. You can go into your options and fix it, but the problem really resides in your system variables. So why not make a basic script to change all your system variables back to the way you had them? You're not a programmer, you say? Well, it's easy. "Go to Express>Tools>System Variable Editor (or type in SYSVDLG). (The System Variable Editor lists all of the system variables and also provides a brief description of each one, indicating where it is saved, the value, and other information. Click on the Help button to find out more about it.) Once you've adjusted all the settings (however you choose to do that), run the System Variable Editor, and click on Save All. In the Save As pull-down menu there will be an SCR file (more commonly known as a script file). Name the file, and save it wherever your heart desires. When you want to reset your settings, type in Script on the command line and find that file. All of you tidy people can perform some cleanup on your script file. (What AutoCAD generates will work fine, but it will take a few seconds longer to run.) You can even set up an icon to run the script when you open AutoCAD, but that's a tip for another time." Notes from Cadalyst Tip Patrol: Another way to make sure your system variables are always set correctly is to set your ACAD.LSP file to run the SCR file you just created, or to place the system variables you want to set into the ACAD.LSP file itself. If you need to work on multiple machines, you can take your SCR file with you on a jump drive, run that file, and set any machine the way you like it. |