The first portion of is the statup lisp.
- cmdecho=0 turns the command line reporting off, so what we are doing here is kind of a secret.
- Use command to perform anything that could be typed on the command line in AutoCAD.
- Setvar can be used to set any AutoCAD variable.
- cmdecho=1 turns the command line back on.
The next portion is any standard lisps that all users will need. they are loaded no matter what. Princ is used to report on the command line that the All-Users FAS file has been loaded.
The last portions are used to load mechanical and electrical lisps based off the users login name. This is the login they use to login to their PC every day. The extra princ brings up a blank command line to start a drafting session.
No comments:
Post a Comment