Tailor Made Software Support Page

LinkList-XML

A sample command line for LinkList-XML is:

>linklistxml -i <filename>.dwg -xml -ab

This produces a file with attributes and blocks in XML.
All single letter parameters (except -i) can be concatenated together, so for example -abt would list attributes, blocks and text.
The output file has the same name as <filename>, but the exension is named based on the choice of output format type.

Parameter List

Parameter
Description
-i
Input file name. (Required)
-a
List Attributes
-b
List Block Names
-n
List Inserts
-t
List Text and MText
-x
List XRefs
-y
List Layers
-plist
Detailed Polyline list
-xml
Output formatted xml data
-raw
Output minimally formatted raw data
-txt
Output formatted text data
-full
Verbose output
-stdout
Output to screen instead of file
-q
Quiet Mode (only data will be output)
-h
Give program history