I have a simple form that has 4 textboxes, that controls where the program is going to search for data. When the program is run and the form is filled in the program goes about searching for the data. To speed up the operation(online) I run the same program multiple times changing just one of the textboxes, the rest remain the same. It's just a simple matter of changing one number to change where it's suppose to look.

Is it possible to have one overseeing program where I only have to fill out the form once and it will automatically run multiple copies of the .exe file.