EX: C:\Users\Public\Documents\FOURLEAF\The folder structure will always be the same (at least to start) as will the file extensions. The file names will vary with each customer. I would like to create an executable that will simply copy these files into the folders. Assume that the user will always have admin privileges.
\MACHINE\SAMPLE.CON
\MACHINE\OTHER.TMT
\FOLLOWER\SETTING\MAINFILE.SPT
I want the easist way to package up these files and send them to my customers. I have looked at other extracting tools and NSIS looks good for what I want.
Thanks