Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

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.

Posted

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!

Posted

Welcome to the forums and thanks for the post.

  • 11 months later...
Posted

i've checked the file...thank you very much, tremendous work compiling all that information.

  • 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...