******************************************************************************* *** RunDLL plugin version 1.0.2, readme file. *** *** Author: Giovanni "EvilCow" Di Sirio *** *** *** *** E-Mail: herpes@ngi.it ICQ: 1302108 *** *** Homepage: http://mw4.ngi.it/evilbot *** ******************************************************************************* *** Requirements - MW4-Monitor version 1.7.3 or newer. *** Installation - Create a .\Plugins subdirectory into your Mercs home directory. - Copy RunDLL.dll into .\Plugins subdirectory. - Edit your Server.ini file and append the following section to it: [Run] Path= Params= Minimized=True|False (If true the program is started minimized) TryClose=True|False (If true the program tries a WM_CLOSE before killing the process) CloseTimeout= (Waits ms before killing the process brutally). - Restart MW4-Monitor. Versions *** Versions History Version 1.0.2 - Integrated with most recent monitor versions. - Added the CloseTimeout parameter. Version 1.0.1 - Included the new PluginsInterface.pas file from MW4 Monitor version 1.5.8. Version 1.0.0 - Initial release. In the souce code there are unused event handlers but I left the functions there so the code will be a complete DLL template too.