Question
1
Replies
185
Views
Infosys
Posted: May 17, 2018
Last activity: November 6, 2018
Closed
how can we open Multiple instances of windows applications
Hi,
I have windows application. I have to open 5 instances of it and login to them. How can I achieve this.
thanks,
Koushik Reddy
Assuming the application allows you to launch it multiple times, here is a suggestion that would work.
Unfortunately, there is no way to simply create a new instance of a project. You can technically copy a project, although that is essentially making it really tough to maintain (you'd have five copies of everything). To copy a project, you need to change the project's name and ID. You'd also need to change the ID for every .os file. If your project is fairly stable and simple, this actually isn't that difficult to do.