DWGTIME.LSP function to write out a report of drawing times.

Sierra Hermitage
Rod Young, programmer
140 Mesa Vista Drive
Bishop, CA  93514
Phone 619-387-2479 (voice)   619-387-2488 (data/fax, seldom enabled)
E-mail hermit1@ix.netcom.com

Intended for use with RUN LISP (see RUNLISP.TXT) to process
multiple drawings in unattended batch mode, but can be used
with a script.  Sripts are a pain, order RUN LISP today.
DWGTIME.LSP writes out a file with the creation date/time, time
spend within the editor on the drawing and the last update
date/time.  The file format is space deliminated so that it
can be easily imported into other programs such as spreadsheets
and databases.  The file is named DWGTIME.TXT as is written to
the same subdirectory as the drawings processed.

You'll need to delete DWGTIME.TXT if you do not want old data.
On the other hand, you can move DWGTIME.TXT from subdirectory to
subdirectory to get a cumulative report.

NOTE:  	As of R13 C2 there is a bug in the system variables that
			track the time within the editor and the last update
			date/time.  If you're using R13 you'll just have to see
			if it has been fixed in your version yet.
			Works fine with R12.  
