Author Topic: tracking the history of a drawing?  (Read 1684 times)

0 Members and 1 Guest are viewing this topic.

ELOQUINTET

  • Guest
tracking the history of a drawing?
« on: January 07, 2005, 03:15:03 PM »
i am trying to track the history of a drawing, specifically when it was created. i was looking at the historyfile command from exress tools but not sure how it works anybody know an easy way to find this out?

danny

  • Guest
tracking the history of a drawing?
« Reply #1 on: January 07, 2005, 06:16:26 PM »
in windows explorer, right click on the .dwg file and click on properties.  It should tell you when it was created, last modified, size, location etc.

hyposmurf

  • Guest
tracking the history of a drawing?
« Reply #2 on: January 07, 2005, 06:20:40 PM »
How about the time command or status will also show whenn the drawing was created?

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
tracking the history of a drawing?
« Reply #3 on: January 07, 2005, 06:31:22 PM »
look at the variables TDCREATE, TDINDWG, TDUCREATE, TDUPDATE, TDUSRTIMER and TDUUPDATE
TheSwamp.org  (serving the CAD community since 2003)

SDETERS

  • Guest
tracking the history of a drawing?
« Reply #4 on: January 10, 2005, 08:12:20 AM »
How do all of these varibles work if the drawing was started as a copy of a different drawing that was started 5 years ago?

CADaver

  • Guest
tracking the history of a drawing?
« Reply #5 on: January 10, 2005, 10:47:21 AM »
Quote from: SDETERS
How do all of these varibles work if the drawing was started as a copy of a different drawing that was started 5 years ago?
If you use the older drawing as a template, they should all reset to 0.  If you did a SAVEAS, it carries all the previous dates and times.