Right now, i have a C# program that runs in command prompt and writes tons of text files, which i then use a seperate windows C# program that reads the files to translate the data into an image. I want to join these two programs so that they dont have to be run seperately. Whats the best way to go about this? Is there a way I can somehow combine the two so that command prompt will run with the windows program together when executed?