Drawing1 on startup

Discussion in 'AutoCAD' started by scott_walowsky, Nov 30, 2004.

  1. How can I stop AutoCAD from creating this new drawing when I startup? I very rarely open AutoCAD wanting to start a new drawing from scratch. Is there a command line switch or something similar that I can use?
     
    scott_walowsky, Nov 30, 2004
    #1
  2. scott_walowsky

    ECCAD Guest

    Just double-click on a .dwg file - with Explorer.
    Bob
     
    ECCAD, Nov 30, 2004
    #2
  3. scott_walowsky

    Tom Smith Guest

    In Options, under System, next to Startup, enable "Show Startup dialog box.
    This will give you the option of opening an existing drawing or starting a
    new one.
     
    Tom Smith, Nov 30, 2004
    #3
  4. Bob, thanks for your quick reply, but I'm already aware of that one. I'd like to be able to click on the AutoCAD icon and start AutoCAD with no drawings open. I want just what I see after starting AutoCAD and then closing Drawing1.
     
    scott_walowsky, Nov 30, 2004
    #4
  5. That's closer, but I really don't want that dialog box either.
     
    scott_walowsky, Nov 30, 2004
    #5
  6. scott_walowsky

    Fieldguy Guest

    Create a startup routine and issue a "close"? I don't know how to do that
    yet so I can't test it, but it should work.

    very rarely open AutoCAD wanting to start a new drawing from scratch. Is
    there a command line switch or something similar that I can use?
     
    Fieldguy, Nov 30, 2004
    #6
  7. scott_walowsky

    Tom Smith Guest

    That's closer, but I really don't want that dialog box either.

    Sorry, but those are your choices. If you cancel that box you're right back
    where you were, with an unwanted new drawing. AFAIK, there isn't a way to
    reprogram the program to your exact preferences.
    That would be an empty screen waiting for you to pull down "open" or
    "new" -- either of which will bring up the same identical dialog box that
    you get when you make the same choice from the startup dialog. Apparently
    this boils down to your wanting to issue your first command from a pulldown
    instead of a dialog box.

    I suppose you could do some kind of workaround such as an acad.lsp that
    would close the initial drawing after it was created, but it wouldn't save
    any time, and personally I just don't do things like that. This question has
    come up repeatedly -- usually for a different reason than purely interface
    preference -- and I don't recall anyone having any solutions besides Bob's
    and mine.
     
    Tom Smith, Nov 30, 2004
    #7
  8. scott_walowsky

    Fieldguy Guest

    I have to take that back. I bet if you dbl click on a file in explorer that
    it would open then close. probably not what you wanted.
     
    Fieldguy, Nov 30, 2004
    #8
  9. scott_walowsky

    Kelie Feng Guest

    btw, there are only two lines in the file close.scr

    close
    y
     
    Kelie Feng, Nov 30, 2004
    #9
  10. scott_walowsky

    Doug Broad Guest

    If you do this, all temporary files associated with the drawing are kept in
    Temporary file locations depend on the settings of your current profile
    (the profile in effect the last time AutoCAD was opened by that user
    on that station).
    On my computers for example, the profile is set for c:\temp. We don't
    change this with different profiles.
    Not necessarily. See above.
    A double click open will choose the default operation which can be configured
    by the operating system. The open operation is overwritten each time
    ACAD is opened. The version that will be used will always be the one last
    used. To change the version, just use another desktop icon to open.
    True, but not any more than many other techniques. I find it is one way that
    I can be sure that the directory that I launch the drawing from is the one used
    for saving and xreffing as long as the variable REMEMBERFOLDERS is set
    to 0.
    Regards,
    Doug Broad
     
    Doug Broad, Nov 30, 2004
    #10
  11. Hi,

    If you do this, all temporary files associated with the drawing are kept in
    the same directory as the file.

    If it is on a network, this may cause all sorts of network overload
    problems.

    If you have multiple versions of AutoCADs installed you will not know which
    one will open.

    Double click to open should be treated with caution.

    --


    Laurie Comerford
    CADApps
    www.cadapps.com.au
     
    Laurie Comerford, Nov 30, 2004
    #11
  12. scott_walowsky

    Tom Smith Guest

    If you do this, all temporary files associated with the drawing are kept
    in the same directory as the file.

    Huh? I don't see any difference in temporary file location based on how the
    file is opened. They go to the temp file folder that I've designated,
    regardless of whether I start Acad from a the desktop icon or by
    double-clicking a file. Perhaps you can elaborate. That would be alarming
    behavior, but I've never seen it and wonder what in the world would induce
    it.
    which one will open.

    In the experiences I've had, during version transitions (R14 - 2000i and
    2000i - 20004), whichever version you last used to save a file would become
    the default association for double-clicking dwg files. This was fairly
    intuitive, as long as you didn't try running both versions at one time. If
    you needed to work in the other version, you closed Acad and started the
    other from the icon. Once you'd done a save, you could double-click to your
    heart's content and stay in the same version.
     
    Tom Smith, Nov 30, 2004
    #12
  13. scott_walowsky

    GaryDF Guest

    Could you modify it to open the last file closed?

    Gary
     
    GaryDF, Nov 30, 2004
    #13
  14. scott_walowsky

    Tom Smith Guest

    Press ALT+F+1
     
    Tom Smith, Nov 30, 2004
    #14
  15. scott_walowsky

    GaryDF Guest

    Thanks

    Gary
     
    GaryDF, Dec 1, 2004
    #15
  16. Kelie - Thanks. That's does what I want indirectly. I was hoping to just not open the drawing to begin with, but this gets me to the same situation in the end and does it quickly. Thanks very much.
     
    scott_walowsky, Dec 1, 2004
    #16
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.