Autocad Startup With Blank Drawing

#11

rick.77924 is offline

Woo! Hoo! my 1st post


Default Re: Start AutoCAD without a new DWG?

The problem is you have to sit there and watch a drawing you do not want open up.

I always click on a drawing from explorer. So no I have to sit there and watch/wait for a empty drawing open up then my drawing opens. Then when I go to close everything I now have to close an empty drawing.

I have my startup changing things in the drawings when I open them so the blank drawing is "changed" and doesn't close.

Autocad 2010 didn't seem to do this. But Autocad 2011 does it to me.


#12

Default Re: Start AutoCAD without a new DWG?

Quote Originally Posted by rick.77924 View Post

The problem is you have to sit there and watch a drawing you do not want open up.

The time it takes to open the default template drawing is negligible, unless your default template is large and complex I suppose.

Quote Originally Posted by rick.77924 View Post

I always click on a drawing from explorer. So no I have to sit there and watch/wait for a empty drawing open up then my drawing opens.

I don't understand. If you double-click a drawing in explorer, while AutoCAD is not running, then the drawing you double-click on is the only one that opens. There is no empty drawing to "watch/wait" on.

Quote Originally Posted by rick.77924 View Post

Then when I go to close everything I now have to close an empty drawing.

I have my startup changing things in the drawings when I open them so the blank drawing is "changed" and doesn't close.

Remove the code that is changing the drawing and this will no longer be a problem.

#13

crash is offline

Member


Default Re: Start AutoCAD without a new DWG?

In 2012 it generates a Drawing1 even when you start by opening a file thru Explorer.

And to those who don't understand the desirability of opening AutoCAD to the empty 'zero state'... sometimes it is very convenient to have that 'zero state' when you want to open your files by drag and drop. Maybe this isn't how you like to do things - but some of us out here do. Don't scoff just because your workflow habits and preferences are different.


#14

Default Re: Start AutoCAD without a new DWG?

Quote Originally Posted by crash View Post

In 2012 it generates a Drawing1 even when you start by opening a file thru Explorer.

It doesn't here.
Out of curiosity, what is the value of STARTUP?

Quote Originally Posted by crash View Post

Maybe this isn't how you like to do things - but some of us out here do. Don't scoff just because your workflow habits and preferences are different.

It's not just habit and preference - it's a hold-over from experience with using the many previous releases where opening files from Explorer caused unreliability in acad.

#15

Default Re: Start AutoCAD without a new DWG?

Quote Originally Posted by crash

In 2012 it generates a Drawing1 even when you start by opening a file thru Explorer.

Quote Originally Posted by jaberwok View Post

It doesn't here.

It does not here either.

#16

O'Maille is offline

Woo! Hoo! my 1st post


Default Re: Start AutoCAD without a new DWG?

2012 generates a new "drawing 1" when opening other files if autocad is closed, pointless.

#17

Default Re: Start AutoCAD without a new DWG?

Quote Originally Posted by O'Maille View Post

2012 generates a new "drawing 1" when opening other files if autocad is closed, pointless.

Switch to "drawing1.dwg" and type in DBMOD at the command line. What does it return?

#18

blacknighteen86323688 is offline

Woo! Hoo! my 1st post


Default Re: Start AutoCAD without a new DWG?

I found this snipit of information on another site.
This has worked for me as i am also looking into disabling the opening of a template upon startup of autcad. This has worked for me in AutoCAD 2012

The STARTUP system variable is not only let us to choose open AutoCAD with a startup dialog box, but also let us to start it without opening anything. Now we have new value.
Snipped from the help file, now STARTUP system variable has these values:
0Displays the Select Template dialog box, or uses a default drawing template file set in the Options dialog box, on the Files tab.1Starts without opening a drawing template file, and displays the Startup or the Create New Drawing dialog box.2Starts without opening a drawing template file. If available in the application a custom dialog box is displayed.
I'm aware that

Revit now doesn't open a new file when we start it. It shows a startup page. Probably this is something AutoCAD users will also love.

*link http://cad-notes.com/2011/04/autocad...-opening-file/


#19

heathchrystall is offline

Woo! Hoo! my 1st post


Default Re: Start AutoCAD without a new DWG?

Quote Originally Posted by rick.77924 View Post

The problem is you have to sit there and watch a drawing you do not want open up.

I always click on a drawing from explorer. So no I have to sit there and watch/wait for a empty drawing open up then my drawing opens. Then when I go to close everything I now have to close an empty drawing.

I have my startup changing things in the drawings when I open them so the blank drawing is "changed" and doesn't close.

Autocad 2010 didn't seem to do this. But Autocad 2011 does it to me.

This is because autocad is opening first before opening your file. To stop this you must set your default program for .dwg to "Autocad DWG launcher".
You can do this by right clicking and selecting Open with > Choose default program...

If you want a blank autocad program with no drawing.. I can't help.


#20

zxinfinity is offline

Member


Default Re: Start AutoCAD without a new DWG?

Quote Originally Posted by rkmcswain View Post

If you just can't live without this....

Add this to your "ACAD.LSP" file.

Code:

                                                                              (defun-q mystartup ()   (while (eq 1 (logand 1 (getvar "CMDACTIVE")))) 	 (if (eq "DRAWING1.DWG" (strcase (getvar "dwgname"))) 	   (command "_CLOSE") 	 )   ) (setq S::STARTUP (append S::STARTUP mystartup))                                                                        

But I still don't get it. What difference does it make if "Drawing1.dwg" opens when AutoCAD opens? As soon as you open an existing drawing, this one closes anyway (as long as DBMOD=0) -- and if you need a new drawing in which to start, it's already there.

Closing the initial drawing and then doing something else takes more steps than either leaving it - or using the startup dialog.

Hate reviving a really old thread, but I'm using AutoCAD Architecture 2011 because STARTUP=2 doesn't exist in this version, and STARTUP=1 just doesn't appeal to me. I tried this and for some reason, the (command "_CLOSE") causes the program to hang. Any ideas?

I replaced "_CLOSE" with "_HELP" and determined that a bunch of interface preferences, such as "_ToolPalettes" "_aecprojectpalettesstartup" etc., are being executed AFTER the _CLOSE/_HELP command, which may be causing it to freeze. Is there anyway to avoid this?


schaferfaut1952.blogspot.com

Source: https://forums.augi.com/showthread.php?76425-Start-AutoCAD-without-a-new-DWG/page2

0 Response to "Autocad Startup With Blank Drawing"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel