RC.EXE
Appearance
This file belongs to the Resource Compiler
Versions
IBM - Version 4.00.011 Oct 10 2000
Command
Usage: rc [<options>] <.RC input file> [<.EXE output file>]
or: rc [<options>] <.RES input file> [<.EXE output file>]
or: rc [<options>] -r <.RC input file> [<.RES output file>]
Options:-d defname - Preprocessor define
-Ddefname - Preprocessor define
-i path - Include file path
-r - Create .res file
-p - Pack - 386 resources will not cross 64K boundaries
-x[1|2] - Exepack - Compress resources, using method 1 or 2
-cc cc - Country code
-cp cp | lb,tb,... - DBCS codepage or lead/trail byte info.
-n - Don't show logo
-w2 - Suppress warnings
-? - Access Help
-h - Access Help
Environment variables:
DBCS=cp | lb,tb,...
TMP=<temporary file path>
TEMP=<temporary file path>
INCLUDE=<include file path>;...