Hey programmers. Quick question. I would like to make a simple program in c#. The program would contain 2 text boxs and a button. The content of the text box would be a folders locations. The action the program has to make is to copy paste a certain folder from one directory to other. For example \\ee-l-7000459\c$\users\EERAIK to another pc. (Profile copy) The point of the program would be that you could make this copy from my work pc as soon as 2 pc-s are connected to the network (no need to log in to the actual machine). Thanks :) (A link to a thread that has informtation about this thing is more than enough . i just wasnt able to find a tutorial how to add lines from text box to certain parts of the code. Thanks !)