Author: strawberrystrawberry Date: Jul 1, 2008 16:44
On Jul 1, 8:45 pm, "LoLo" x.com> wrote:
> 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)
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))
|