Resource Conversion Utility - Syntax

Syntax

irccnv [options] [infile] [outfile]

where:

infile
Specifies the name of an AIX resource file. Do not specify infile if using the -i option, described below..
outfile
Specifies the name of the output resource file. Do not specify outfile if using the -c or -e options, described below.
options
-c 
Output from irccnv will be redirected to standard out. Do not specify this option if you are providing a file name for outfile.
-e 
Output from irccnv will be redirected to standard error. Do not specify this option if you are providing a file name for outfile.
-i
Input to irccnv is will come from standard input. Do not specify this option if you are providing a file name for infile.
-s 
Suppress warnings. Unrecognized input lines will be turned into comment lines.

You can get usage help by entering irccnv by itself on the command line. A help summary similar to that shown below will appear:

IBM RC Converter
Version 1.1
- Licensed Material - Program Property of IBM
(C) Copyright IBM Corp. 1997 - All Rights Reserved.

Converts Resource files between Windows RC files and AIX RC files

Usage : irccnv <options> | <input file> | <output file>

Options:
-c : Output to standard out
-e : Output to standard error
-i : Input from stdin
-s : Suppress warnings; comment lines with unrecognized keywords

Example
The following example is the command line syntax to convert the Windows resource file, win_res.rc, to an AIX resource file, my_res.rc:

irccnv win_res.rc my_res.rc


Resource Conversion Utility - Overview