Jump to content

RESMGR

From EDM2
Revision as of 18:46, 22 August 2017 by Ak120 (talk | contribs)

Resource file extraction tool from Martin Lafaix

Versions

Date Version Size Comments
2002-04-29 0.06.000 bytes

Usage

resmgr <option> <.RES file> [id.type] [file] [-l1:<error log>] [-l2:<install log>] [-q]
-a
Add specified resources
-d
Delete specified resources
-l
List resources (short format)
-v
List resources (long format)
-x
Extract specified resources
-h
Access Help
.RES file = .RES, .EXE or .DLL file name
file      = Input or output file name
type      = Resource type or *
id        = Resource ID or *

Possible type value (with -d, -l, -v or -x):

  • Acceltable
  • Bitmap
  • Chartbl
  • Dialog
  • Displayinfo
  • Dlginclude
  • Fd
  • Fddir
  • Fkalong
  • Fkashort
  • Font
  • Fontdir
  • Helpsubtable
  • Helptable
  • Keytbl
  • Menu
  • Messagetable
  • Pointer
  • RCData
  • Stringtable
  • Vkeytbl

Optional parameters:

-l1:<file> - Log errors to <file>
-l2:<file> - Log results to <file>
-q         - Suppress most results

Environment variables:

TMP=temporary file path
TEMP=temporary file path

Exiting - rc = 0

Links