Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dlls - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T15:37:26Zhttp://stackoverflow.com/feeds/question/200403http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d0Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dllsRory Becker2008-10-14T08:41:10Z2009-10-06T00:00:01Z
<p>I have been recommended <a href="http://www.heaventools.com/command-line_resource_editor.htm" rel="nofollow">"Resource Tuner console"</a> but it's a little out of my price range.</p>
<p>I'm looking for something that could be launched from a nant build script and told to stamp an exe with an additional property as described in my <a href="http://stackoverflow.com/questions/191812/how-can-i-create-a-custom-property-for-my-assembly">previous question</a>.</p>
http://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d/247286#2472860Answer by Archit for Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dllsArchit2008-10-29T15:39:06Z2008-10-29T15:39:06Z<p>Hi my name is Archit and few monts age i felt for same question...
Now,
There are many tools which will give you command line editing ,
Resource hacker : Free and good one,
it provides scripting and saving resources go through help file where u get hell lot of examples about that ,
by the way u only asked for cheap OR free utilities ,
but there are several tolls which can perform efficiently (not free one)
if u want some more util call me ...
and yes most of the paying resource editor tools provide command line editing free.....means u can download trail and go for cmd line editor absolutely free....</p>
http://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d/311201#3112010Answer by no one for Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dllsno one2008-11-22T10:49:15Z2008-11-22T10:49:15Z<p>Resource hacker can be found here, btw: <a href="http://www.angusj.com/resourcehacker/" rel="nofollow">http://www.angusj.com/resourcehacker/</a></p>
http://stackoverflow.com/questions/200403/anyone-know-of-a-free-cheap-command-line-resource-editor-for-managed-win32-exes-d/1414185#14141851Answer by dblock for Anyone know of a free/Cheap command-line resource editor for managed win32 exes/dllsdblock2009-09-12T03:34:28Z2009-09-12T03:34:28Z<p>Build a NANT task or a small program using <a href="http://resourcelib.codeplex.com/" rel="nofollow">ResourceLib</a>.</p>