Anyone know of a free/Cheap command-line resource

2019-03-31 17:33发布

I have been recommended "Resource Tuner console" but it's a little out of my price range.

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 previous question.

4条回答
Root(大扎)
2楼-- · 2019-03-31 18:02

I think I just found my (and possibly your) ultimate solution for this one:

verpatch /va foodll.dll %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% %BUILDINFO%

Available at http://www.codeproject.com/KB/install/VerPatch.aspx?msg=3207401

Free with full sources (Code Project Open License (CPOL) license)

查看更多
ゆ 、 Hurt°
3楼-- · 2019-03-31 18:05

Build a NANT task or a small program using ResourceLib.

查看更多
Emotional °昔
4楼-- · 2019-03-31 18:11

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....

查看更多
Luminary・发光体
5楼-- · 2019-03-31 18:19

Resource hacker can be found here, btw: http://www.angusj.com/resourcehacker/

查看更多
登录 后发表回答