Aug 94 cvtini - Convert CWRIGHT.INI files Codewright 3.0 to use with Fusion Syntax: cvtini [InputFile] [OutputFile] Example: cvtini cwright.ini cwvc.ini | more Inicvt reads a CWRIGHT.INI file line by line. If the line is in a Codewright section not supported by Fusion, it is copied but commented out. If the line contains a Codewright API call not supported in Fusion, the line is copied but commented out. If the line contains a DefaultKeymap or LibPreload call that has been changed in Fusion, the new name is substituted. If the DefaultKeymap section could not be converted to a Fusion keymap, cwvcua is substituted. In all of these cases, a warning is given. All other lines are copied directly. If OutputFile is given, that name is used for the converted file, and warnings are sent to stdout. Otherwise, output goes to stdout, and warnings are sent to stderr. If InputFile is given, a file of that name is read as input. Otherwise, input is read from stdin. If all goes well, the output file will be suitable for use as a Codewright Fusion INI file. Any problems that arise during the conversion, along with possible remedies, are described after the warning messages. Copyright (C) 1994 by Premia Corporation. All rights reserved.