Jump to content

AutoCAD 2011 System Variables Lookup Sheets


DrCADD

Recommended Posts

Welcome to the CADTutor forum and thank you very much for sharing your 2011 system variables lookup sheet. What prompted you to do this in the first place?

Link to comment
Share on other sites

You can imagine what a problem AutoCAD's system variables can become in an educational setting. I wish they would make parts of the program unchangeable starting with a default user profile and default dimenion style.

Link to comment
Share on other sites

The default dimension style could be handle via a template and cross-checked using the CHECKSTANDARDS command.

 

I would think a default user profile in an educational setting could be setup via the college's network.

Link to comment
Share on other sites

Direct link to the handout: http://www.kishwaukeecollege.edu/cad/pdfs/ACAD_2011.pdf

 

One could always use Visual LISP to implement system variables, and user profiles by way of ACAD.lsp, and/or ACADDOC.lsp. :wink:

 

One could also maintain Application Icons with the use of the "Scripting.FileSystemObject" and "WScript.Shell" objects, searching through these directories for *.lnk files:

  • (strcat "C:\\Documents and Settings\\" (getvar 'loginname) "\\Desktop")
  • "C:\\Documents and Settings\\All Users\\Desktop"
  • (strcat "C:\\Documents and Settings\\" (getvar 'loginname) "\\Application Data\\Microsoft\\Internet Explorer\\Quick Launch")

... then modifying the Arguments property of each resultant Shortcut Object.

 

Hope this helps!

Link to comment
Share on other sites

  • 11 months later...
  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...