Sending a Cross Reference to a File
- Last UpdatedOct 12, 2016
- 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