Page 1 of 1

Startup Options - no file

PostPosted: Fri Apr 13, 2007 7:23 pm
by Jeffrey Grinstead
Is it possible to start up Carlson 2007 without opening a new drawing? I
have tried using the methods suggested by Autodesk, but neither running a
script file not including the lisp routine in the startup seem to work. Any
suggestions would be appreciated.

Thank you.

Re: Startup Options - no file

PostPosted: Fri Apr 13, 2007 10:28 pm
by R.K. McSwain
Jeffrey Grinstead said the following On 4/13/2007 10:23 AM:
Is it possible to start up Carlson 2007 without opening a new drawing? I
have tried using the methods suggested by Autodesk, but neither running a
script file not including the lisp routine in the startup seem to work. Any
suggestions would be appreciated.

(command "._close")
(while (eq (logand 1 (getvar "cmdactive")) 1)
(command "_Y")
)

....in "acad.lsp" works for me.



--
R.K. McSwain
http://rkmcswain.blogspot.com