this is a simple script written with AutoIt v3 that when running it searches for the mame.exe running in the memory and 
automatically sends the keystrokes "ok" to it. it does not edit or change any of the mame .exe files or settings. this script
was written by drew koerner.

how to:
just execute the script when windows starts is will run in the backround. when you execute mame it will send the keystrokes
"ok" makeing the nag screen disappear before you have a chance to see it.

Sorce code:
AutoItSetOption("WinTitleMatchMode", 1)
$i = 0
Do
WinWaitClose("Mame")
$x=0

WinWaitActive("Mame")
if $x=0 then
send("ok")
endif
$x=1
Until $i = 1




feel free to change any way you like. it is sloppy codeing but gets the job doen if there is any porblems
just e-mail me and i will work them out alhadrad@gmail.com.