automatic save

Discussion in 'AutoCAD' started by LoLo, Jul 1, 2008.

  1. LoLo

    LoLo Guest

    hi

    Is there a possibility that the automatic save deactivates itself ? is it a
    known bug?
    I noticed that fact several times but not totally sure of it. So i ask.
    Thank you.
    (autocad 2006 / windows XP sp2)
     
    LoLo, Jul 1, 2008
    #1
  2. LoLo

    strawberry Guest

    Try to get into the habit of saving regularly, at appropriate moments.
    You could also try adding something like this to a button, an existing
    command macro, or your startup lsp folder (acad.lsp?) - but make a
    copy of the file first!:

    (if (< (getvar "savetime") 1)(setvar "savetime" 5))
     
    strawberry, Jul 2, 2008
    #2
  3. LoLo

    LoLo Guest

    thank you
     
    LoLo, Jul 3, 2008
    #3
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.