Also if using a command end, instead of command begin; you will need to
force a DBMOD to trigger a normal drawing exit polling.
"Tim Decker" wrote in
message news:4861777@discussion.autodesk.com...
Editing command list (off of the main modify toolbar):
ERASE
COPY
MIRROR
OFFSET
ARRAY
MOVE
ROTATE
SCALE
STRETCH
TRIM
EXTEND
BREAK
JOIN
CHAMFER
FILLET
EXPLODE
"Tim Decker" wrote in
message news:4861748@discussion.autodesk.com...
You know, years ago on release 10, I wrote an autosave lisp routine.
Anytime an editing command was issued, it simply ran a routine that check
two things: one was how many editing commands had been issued, and the other
was how long it had been since the previous save; and if both of those
values exceed the setting you gave for it, it would issue a save to a series
of files (dwgname-) in a location of your choosing. It was far
ahead of it's time (considering no reactors at that time, as well as no
autosave built in). In this way, if someone was working like crazy it would
save at almost every save interval, but if someone was working a little
here, and a little there, it only saved one they had done "enough" work to
warrent a save point (like I said these values were user selected, but
defaults were set in the then acad.lsp). If I can get a good reactor set
going, I might try to recreate it, since it seems many people would find it
useful, unless someone out there wishes to take up the task of developing
the reactors.
The structure is simple:
if command begin, then execute "check function" to determine save, then
continue with command.
check function variables for a timer between saves, and one for a counter
that resets after a save.
a user interface to modify the check functions "trigger" levels (ie. 21
edits in 15 minutes, if both are greater than the trigger variables, then
save)
I think we could make an awesome opensource AUTOSAVE command by working
together. If anyone is interested, please post.
"Alan Henderson @ A'cad Solutions" <2005@R_E_M_O_V_E_acadsolutions.biz>
wrote in message news:4861718@discussion.autodesk.com...
IMHO Autosave has never been a viable method of protecting files. I have
always thought people to use the actual SAVE or QSAVE commands when they
feel comfortable with the state of the drawing.
"Dr. After" wrote in message
news:4861667@discussion.autodesk.com...
Apparently AutoCAD will delete the autosave if it feels it was shut down
correctly. Well mine crashed yesterday and the autosaves were all deleted
so I ended up losing all my work since the previous qsave. I would like to
know if there is a variable for this or a way we could change it to just
never delete? I would be glad to manually purge the directory, but I never
want what happened yesterday to happen again. It makes autosave rather
pointless in my book.
--
Dr. After