How to have "dos prompt action" run multiple times

When I try to run the same exe file twice (one in an action, and one from a normal dos prompt outside finalbuilder), finalbuilder will not start until the external dos prompt exe is finished.  How can I make finalbuilder run the program, even though it's run someplace else?

Hi Peter,

Are you able to start two instances of the application from two separate console windows? If you aren't able to then it's likely the application has code that makes sure only one instance of itself is ever alive. If this is the case then theirs not much that can be done from our end.

Regards,
Paul.

My error, sorry. I had a “wait for process” action in my script. Not sure what I was thinking when I wrote it.