Converting a drawing needs three files: An analyze file (.alz), a converting file (.ccf), and a drawing file (.dwg) containing the layers you want to convert to. This drawing must have the same name as the .ccf file and must be located in the same directory.
- Open the drawing you want to convert.
- At the Command prompt, enter AMANALYSEDWG.
- In the File name for Analysis info (ALZ file) dialog box, enter a file name and the folder to analyze the current DWG.
- In the AutoCAD question dialog box, choose Yes to show the drawing information.
- Open the .alz file with any text editor, include the line [Entity] at the top of the file, determine all target layers (which are defined in e.g. conv.dwg), and save this file as e.g. conv.ccf.
- Switch to the drawing you want to convert.
- At the Command prompt, enter AMCONVDWG.
- In the Select Conversion Control file (CCF) dialog box, choose the .ccf file. A .dwg must exist with the same name in the same directory containing the layers you want to convert to.
- Choose Open.