alpina Posted September 10, 2009 Posted September 10, 2009 Hi, I would like to have all the time the "tilemode" on "0" but when I open a new dwg is still "1" ... even if I save a new pofile in "option profile" and set current Have yo got a idea??? Tx Quote
tzframpton Posted September 10, 2009 Posted September 10, 2009 Save this as a *.LSP file and add it to your startup suite. (defun C:TLM (/ ) (command "._tilemode" "0") ) Quote
alanjt Posted September 10, 2009 Posted September 10, 2009 So, you are wanting to be in paperspace when you open a drawing? If you put this in your startup, it will switch your tilemode to 0. (setvar "tilemode" 0) Quote
alpina Posted September 11, 2009 Author Posted September 11, 2009 Right, I'm gonna try thx a lot Quote
Recommended Posts
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.