I have one batch file which run a console application written in C#.
This application will move some files from one folder to another application and make an entry in a databse.
The batch file is scheduled to run every 10 minutes.
Would there be any issues if one .exe runnig and after 10 minute another instance of same .exe is started?
What will happen if another instance of the .exe starts after 10 minute and the previous instance of the .exe is still running?