Click here to Skip to main content
15,885,159 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
From our application some xml ,text files are generated
user currently doing copy paste to move that files to another machine

user want we will create on exe file so that with the help of exe user can move that file on any machine like by ruining exe easily

how to do this using c#
Posted
Comments
Maarten Kools 28-Feb-14 6:06am    
You want to generate an executable to copy files? Does your application have access to the other machine? If so, why not create the xml files directly on that machine using a network path? And otherwise, I suggest writing a batch script that just copies the xml files to the other machine.
nikhil1234 28-Feb-14 6:29am    
folders with n number of file gets generated
other applications are using these files currently user is manually copy the folder on required machines
machines are not on same network so idea is to create setup file so that after running that it will get copied to other machines
nikhil1234 28-Feb-14 6:31am    
like http://msdn.microsoft.com/en-us/library/vstudio/ms751450(v=vs.90).aspx

Richard MacCutchan 28-Feb-14 6:07am    
You need to create a client server system so the server will hold the XML and the client will call the server to receive it. Alternatively set up an FTP server so the clients can get it that way.
agent_kruger 28-Feb-14 6:20am    
sir, do you want that .exe on it's own run the application?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900