Iar2Ctx

Overview

Iar2CTX is a utility designed to convert ARC IL files into a comma-delimited file (CSV), tab delimited file, or an XML file. This conversion utility supports the latest IL File Format (version 1.04) specified by ARC.

General Instructions on Use

Iar2Ctx can be used in a number of ways to convert your ARC IL Files:
From Windows

Windows Explorer

From Windows Explorer, you can also drag the ARC IL file over the Iar2Ctx icon. This will start the conversion process and will produce a comma-delimited file with the same name as the IL file that has a .csv extension.

Command Prompt

At the Command Prompt (Windows 2000/XP/2003 Server) or MS-DOS window (Windows 98/ME). Navigate to the directory where Iar2Ctx is installed.

Example: cd c:\program files\Iar2Ctx

Run the Iar2Ctx application passing in the following arguments:

Syntax: Iar2Ctx.exe [IL File] [Converted File] [Output Type] [True|False] [True|False]

Example: Iar2Ctx.exe C:\MyData\myfile.001 C:\MyData\myfile.csv CSV False True

Where:

Please note: If you omit the [Converted File], and/or the [Output Type] argument(s), Iar2Ctx will create a comma-delimited file using the same name as the [IL File] with a .csv extension.