Thx Andy
Unfortunately your version plugin have same problem, when I trying set path to emulator with arguments (-nogui -loadbin).
:-(
I think it's more a question of how you specify the path to your emulator. Rather than place the arguments on the "path to emulator" entry in the Configuration tool create a DOS bat file called launch.bat that launches your emulator with the arguments you need. The content of launch.bat would look like similar to mine (for MAME): [place this file in the same directory as your emulator exe]
C:
CD "C:\Program Files\MAME"
mame %1 -skip_gameinfo
exit
Also, set the working directory in the Configuration tool to point to the directory containing the emulator exe.
Hope this helps...
-Andy
United States of America