I created a very simple program that organizes my various document and opens them when the button is clicked inside the program with the process.start method.

The problem is that when i take the executable file and move it to another machine or cd to run the program the process.start filepath is no longer valid.

Is there any way to store these files in my program so that they will be stored in my .exe file? I need to be able to Give this app to our sales teams. I dont know how to store these files within the program so that they will always be found.

Thanks in advance for the help.