SYNTAX

    rez [options] <resource-identifier>


OPTIONS

-h (--help) bool

Display help.

-x (--hex) bool

Display the resource in hex.


ARGUMENTS

<resource-identifier>

The identifier of the resource to display, of the form R:FILENAME:ID[:OFFSET]. [string]


DESCRIPTION

Reads text out of resource files.

Extracts a string from a resource file, taking in to account the current device language settings and the different drives that a resource file might be installed on to.

The resource-identifier syntax is as follows:

A full resource identifier might be R:Apps\MyApp:0x23 indicating resource 0x23 of x:\Resource\Apps\MyApp.rxx. Or R:eikcoctl:7:8D30d indicating resource 7 of x:\Resource\eikcoctl.rxx, seeking 8 bytes, one 16-bit descriptor, 30 bytes more, then the result is a 8-bit descriptor at that point.


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.