Instance Controller 1.1
his utility allows you to control certain elements of running an executable. IC will allow you to prevent users from opening multiple instances of the same program, this is particularly useful in multi-user environments, where you may have server applications that causes issues if running multiple times.
Other features include:
1. Stop an application from being launched more than once.
2. Allow the user to override the prevented launch.
3. Display a message prior to the application being executed.
4. Log date/time each time the application is executed.
5. Execute application with specified arguments.
6. Configuration is saved within an .ini file allowing for easy customising, hot-swapping, or backup.
7. Tiny stand-alone application (1x .exe (application), 1x .ini (configuration))
Requirements
Changes: 1.1
1. Limit applications to a single instance.
2. Provide an override prompt for the user (warning that the program is open).
3. Log any access attempts to the application successful or otherwise.
4. Run applications with custom arguments.