automatic save
  Home FAQ Contact Sign in
comp.cad.autocad only
 
Advanced search
POPULAR GROUPS

comp.cad.autocad Profile…
 Up
automatic save         


Author: LoLo
Date: Jul 1, 2008 12:45

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)
2 Comments
Re: automatic save         


Author: strawberry
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))
no comments
Re: automatic save         


Author: LoLo
Date: Jul 2, 2008 16:27

thank you
>> 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))
no comments