Jump to content

Resource Hacker Scripts


Recommended Posts

Guest vasan
Posted

Im making a script to overwrite The String No 37 in explorer.exe with the string in my data.txt...

but i get soo many errors during scripting............. :realmad:

Please Help me.. :unsure:

This is my .cmd script

ResourceHacker.exe -addoverwrite explorer.exe, explorermodified.exe, data.txt, STRING TABLE, 37,

And the Log Shows

[09 Jul 2009, 20:26:35]

ResourceHacker.exe -addoverwrite explorer.exe, explorermodified.exe, data.txt, STRING TABLE, 37,

Error: Comma missing in - -addoverwrite explorer.exe, explorermodified.exe, winstartorbuser.rc, STRING TABLE, 37,

Error: invalid resource definition.

Thanks in Advance :rolleyes:


Posted (edited)

hi vasan

using this script

ResHacker.exe -addoverwrite explorer.exe, explorermodified.exe, string.res, STRING TABLE,,

you must export each section of modified explorer like bitmap.res string.res icons.res

bitmap.res>only bitmap Resource file in explorer or only grab Resource modified as *.res

its really working

edit:for grab Resource String.res as singel Resource must using Restorator 2007

Edited by hessam
Guest vasan
Posted
hi vasan

using this script

ResHacker.exe -addoverwrite explorer.exe, explorermodified.exe, string.res, STRING TABLE,,

you must export each section of modified explorer like bitmap.res string.res icons.res

bitmap.res>only bitmap Resource file in explorer or only grab Resource modified as *.res

its really working

edit:for grab Resource String.res as singel Resource must using Restorator 2007

Hessam! I actually wanted to replace STRING TABLE > 37 in explorer.exe

with this string.rc file

STRINGTABLE

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

{

578, "Vas"

579, "There was an internal error and one of the windows you were using has been closed."

580, "Restrictions"

581, "This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator."

590, "Hiding your inactive notification icons..."

591, "To see the hidden icons, click this button."

}

I just wanted to replace only this STRING 37! Any ideas how to make it through script!

Please help me!~! :unsure:

Guest vasan
Posted
hi vasan

using this script

ResHacker.exe -addoverwrite explorer.exe, explorermodified.exe, string.res, STRING TABLE,,

you must export each section of modified explorer like bitmap.res string.res icons.res

bitmap.res>only bitmap Resource file in explorer or only grab Resource modified as *.res

its really working

edit:for grab Resource String.res as singel Resource must using Restorator 2007

When i tried in your way i got this log

[11 Jul 2009, 04:09:03]

ResHacker.exe -addoverwrite explorer.exe, explorermodified.exe, string.res, STRING TABLE,,

Error: Comma missing in - -addoverwrite explorer.exe, explorermodified.exe, string.res, STRING TABLE,,

Error: invalid resource definition.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...