Jump to content

RESMGR: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
 
Martin Lafaix


==Versions==
==Versions==
 
{|class="wikitable"
{| class="wikitable"
!Date||Version||Size||Comments
|-
! Date !!Version !! Size  !! Comments
|-
|   ||   || --- bytes || Version 0.06.000 Apr 29 2002 - Martin Lafaix
|-
|-
|2002-04-29||0.06.000|| bytes||
|}
|}


Line 41: Line 38:
         TEMP=temporary file path
         TEMP=temporary file path
Exiting - rc = 0
Exiting - rc = 0
</PRE>
</PRE>
==DLLs Loaded==


==Links==
==Links==
* [https://github.com/OS2World/DEV-UTIL-RESMGR Source Code]
* [https://github.com/OS2World/DEV-UTIL-RESMGR Source Code]


[[Category:Files]]
[[Category:Files]]

Revision as of 17:33, 17 March 2017

Martin Lafaix

Versions

Date Version Size Comments
2002-04-29 0.06.000 bytes

Usage

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