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