how to generate resource file in .net by command prompt tool

Posted by Shanky11 under .NET Framework on 9/26/2013 | Points: 10 | Views : 2249 | Status : [Member] | Replies : 2
D:\
resource.en-US.txt is the name of my file in d Drive
ihave to find this on command prompt tool
but it is giving error
input file not found
resgen "D:\resource.en-US.txt" this is my command




Responses

Posted by: Bandi on: 9/26/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
http://stackoverflow.com/questions/3926416/write-resource-file-for-net-project-using-the-command-line

May be this? to convert .txt file to resource file
resgen StringResources.txt LibraryResources.resx

Refer http://msdn.microsoft.com/en-us/library/ccec7sz1.aspx
http://msdn.microsoft.com/en-us/library/xbx3z216.aspx

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Shanky11, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bandi on: 9/26/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Refer this too
http://msdn.microsoft.com/en-us/library/aa309425(v=vs.71).aspx

Useful Link
http://www.c-sharpcorner.com/uploadfile/yougerthen/handle-resource-files-use-resgen-exe-to-generate-resources-files-part-v/

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Shanky11, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response