Quote from dont:
Looks like a nice piece of software but it needs one click execution, without any confirmation, its the confirmation window that appears in booktrader that is the problem
Oh, I see, Autohotkey is what you need then.As you can see below it can recognize the "Order Confirmation" window by its title and Class
>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
Order Confirmation
ahk_class SunAwtDialog
--------------
once it recognizes the window when it pops up, a simple script to click the Transmit button or to Type Alt-T (since the Order Confirmation window is automatically focused) should do the trick. The whole thing runs in a nano second of course...
I could code it myself , but I'm too busy developing the new space shuttle program with the guy above...lmao
Jokes aside pretty easy stuff even for a noob, just read the instructions...

...aaaaaand DON'T FORGET TO DiSABLE IT when you need a confirmation!!!