Send a cross-reference to a file
- Last UpdatedJul 26, 2024
- 1 minute read
You can create a cross-reference and send it to a file. If the file exists, it is overwritten. No user interaction is required.
An example command file:
.WINDOWMAKERCOMMANDFILE
.VERSION=1
.CROSSREFERENCE
.SEARCHFOR=TagName
.REFERENCETYPE=ByWindow
.OUTPUTFILE=C:\MyApps\AppCrossRef.Csv
.GO