There is a simple Windows batch file that runs multiple instances of application:
start app.exe param1 start app.exe param2
Is there a way
You are starting several instances of the same app.exe?
tasklist |find "app.exe"
%errorlevel%
1