Message 1 of 4
Easy auto-save script

Not applicable
06-13-2016
02:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all, i was wondering if it is possible to generate a script that is perhaps included in the acaddoc.lsp file (or whichever one loads at startup) that is a simple timer...waits approx 5-7 minutes then auto-saves a drawing...thus forcing the employee to save regardless of whether they want to or not. this is in effort to combat employee's becoming over reliant on the auto-save feature.... i have studied the wording and in Autocad 2014 it states: "Automatic save, 10 minutes between saves" and this must mean that this autosave feature only works AFTER an initial save has already completed... instead of working the way it seems "automatically saving the document every 10 minutes" I would like to write a script that basically forces a save approx 5, 7 or 10 minutes... since i know that lisp may not be able to be specific enough to wait until the user has generated meaningful drafting, a simple timer that assumes when a user launches cad they will have done SOMETHING within the first 5-10 minutes should be adequate to combat the employees who work for 2-3 hours pushing cad until it crashes then freak out when they cant recover their file that they never bothered to save. Any help would be greatly appreciated as LISP is not my primary language.