Starting drawings with other DWG files can be done two ways. It is unclear whether your "solution" is to keep the source file's date or to use the current date for the new file. Since starting with a DWT file always uses the current date, I'm surprised that that doesn't seem like the solution.
When the goal to have all revisions or derivative work to have the same creation date as the original version any of the following techniques could be used:
- Open the starting point DWG file with the OPEN command.
- Open the starting point DWG file by double clicking on the file in the file explorer.
- Wblocking objects or the entire file to a new file.
This could be misleading if the derivative work is a new idea based on the original. Unfortunately that causes $TDUCREATE to be misleading in much of my work because I often reuse work to create new ideas. So I ignore the timer variables.
When the goal is to have $TUCREATE be based on the current date and time, whether or not the drawing is completely new, a revision, or is other derivative work, there are several convenient ways to start a drawing with the current date, the following solutions are straightforward and easy.
- Start a drawing from a DWT file. DWT files for example could
- be blank, basically start from scratch
- be based on a blank starting point using office standards.
- be based on a drawing saved as a DWT (which puts it into a special folder)
- be based on a drawing renamed with a DWT file extension (which keeps it project specific).
- Start a new drawing from a DWG file by using the NEW command instead of the OPEN command.
- the new file can use a DWG file as a template, allowing you to conveniently browse the current project or office libraries.
- the new file becomes unnamed whether or not it was based on a DWT or DWG.
A final caveat: It is possible to fake a file date, either by manipulating $TDUCREATE or by setting the OS system date to any desired date and using save, qsave, or saveas. Everything depends on the integrity of the content creators and those who manage the libraries.
Architect, Registered NC, VA, SC, & GA.