OK,
I have a question. I am a few months from really needing to know this, but I figure I better start getting some answers. I am writing a program in Visual Basics. My program will require a few .txt files to be in the users C: drive. When making my program exe. 1. How do I attach the .txt files with the package? 2. How do I get the program to load these .txt files to the users C: folder? I don't want the user to have to move files around for my program to work. I simply want them to be able to download my program and it does all the work for them. When a user downloads my program from my web site, I need the .txt files to go to the C: folder because that's the path I used.

Thanks