c# - Same exe file, multi process and different input arguments -


I have an exe file, say XYZ.exe which is a csv < / Code> file, and manipulate some other, such as in the csv file, query the DB on the basis of things.

Now, there are 4 csv files, file_1.csv to file_4.csv, same format but different content. What do I want to do with the initial 4 process, all running XYZ.exe, and each one with CSV files. They all walk in the background.

I have tried to use the process. Start (@ "XYZ.exe", Input Logic). However, it seems that the second process will not begin until the first process is over. I wonder how I should change the code to complete the task.

Use this surcharge:
Process. Start method (ProstastInfo)

@JimMischel You must be rewarded for points!


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -