Download and try LinkCAD DXF, GDSII, CIF, PostScript Translator now for free!

Command Line

Overview

 

A command line option consists of a hyphen ( - ), the name of the option, followed by an equal sign ( = ) and the option value, e.g.:

LinkCAD -LcImportFormat=DXF

Depending on the option, the value may be a number, a boolean value (true, false) or a string. If the string contains spaces, it must be enclosed in double quotes, e.g.:

LinkCAD -LcImportFile="C:\My Documents\Sample.cif"

If a boolean value is true, it may be omitted, e.g.:

LinkCAD -GdsInIgnoreText