03-28-2007 12:54 PM
03-28-2007 01:30 PM
03-28-2007 01:52 PM
03-28-2007 02:01 PM
There is not a flag I know of in the app builder that will add that. The only way I know of allowing multiple instances is to have the mentioned setting in the applications ini.
The ini should end up having at the least
[app name]
allowmultipleinstances=true
You should still be able to have your custom information in the ini.
03-28-2007 03:54 PM
It worked! I had to add a new section. My executable is titled "MA47.exe", so I added the following lines:
[MA47]
allowmultipleinstances=true
Thanks alot!