Jump to content

CleanscreenOn at startup


totzky

Recommended Posts

I will be using this for '06.

I want to put this command at start up but I'm getting a message

"Autocad Menu Utilities Loaded. *Cancel*"

My code is something like this:

(defun S::STARTUP ()
 (command "CleanscreenON")
(princ))

Anyone there willing to shed light on this.

Link to comment
Share on other sites

As quoted from ACAD Help:

 

The startup LISP files (acad.lsp, acaddoc.lsp, and MNL) are all loaded into memory before the drawing is completely initialized. Typically, this does not pose a problem, unless you want to use the command function, which is not guaranteed to work until after a drawing is initialized.

Link to comment
Share on other sites

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