472,093 Members | 2,537 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,093 software developers and data experts.

Command-line tool to edit .resources?

Hi all!

Is there any command-line tool that can add/delete and replace string
and files in .resources?

Jul 21 '05 #1
3 1635
> Is there any command-line tool that can add/delete and replace string
and files in .resources?

You can use resgen.exe to convert the .resource file to either a .resx
(XML) or a .txt file. You can the use the edit command to edit this
file. grep is a good third party tool to do string replacements from the
command line.
Resgen.exe can be used to convert the edited .txt or .resx file back to
the .resource format.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
Jul 21 '05 #2
Aquila,

There is not a commandline tool, however there is a tool in the C#l for
that.

http://msdn.microsoft.com/library/de...rWinresexe.asp

Cor
Jul 21 '05 #3
Anders Norås [MCAD] wrote:
Is there any command-line tool that can add/delete and replace string and files in .resources? You can use resgen.exe to convert the .resource file to either a

..resx (XML) or a .txt file. You can the use the edit command to edit this
file. grep is a good third party tool to do string replacements from the command line.
Resgen.exe can be used to convert the edited .txt or .resx file back to the .resource format.


Thanks, but I also need to embed images and other files into a .resx or
..resources, is there any command-line tool for that?

Jul 21 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

8 posts views Thread by Hugh Macdonald | last post: by
1 post views Thread by TEK | last post: by
8 posts views Thread by Siemel Naran | last post: by
4 posts views Thread by FluffyCat | last post: by
13 posts views Thread by Chris Carlen | last post: by
reply views Thread by czerwww | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.