There are a few things that can be tweaked so CadTempo can do its best in keeping track of your CAD file time.
Windows hides file name extensions, but making them visible helps CadTempo in file name discovery.
To show file name extensions in Windows Explorer
- Open Folder Options by clicking the Start button , click Control Panel, then click Folder Options.
- Click the View tab, and then, under Advanced settings:
- To show file name extensions, clear the Hide extensions for known file types check box, and then click OK.
AutoCAD too can be optimized for CAD file name detection by displaying the full path in the AutoCAD window title bar like this:
To show the full path in AutoCAD's title bar
- Open AutoCAD Options by right clicking in the AutoCAD command line or typing Options.
- Click the Open and Save tab, and then, under File Open settings, check the Display full path in title and then click OK or Apply.
To show the full path in BricsCAD's title bar
- BricsCAD uses the system variable ShowFullPathInTitle. Type that in the command line and set the value to 1.
To show the full path in Inventor's title bar
iLogic code is no longer required for CadTempo to function properly with Inventor. (Updated 05/04/2020)
Use iLogic to define a new rule (name it e.g. "LongCap") containing a single line: ThisApplication.Caption = ThisDoc.PathThen let the rule "LongCap" run/invoke (see Event triggers) automatically on each event of the type "Document open".