Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

automatic save

0 views
Skip to first unread message

LoLo

unread,
Jul 1, 2008, 3:45:16 PM7/1/08
to
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)

strawberry

unread,
Jul 1, 2008, 7:44:38 PM7/1/08
to

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

LoLo

unread,
Jul 2, 2008, 7:27:28 PM7/2/08
to

thank you
0 new messages