I am trying to figure out how to get maximizer working with Keyclone. there are no instructions on the tutorial that cover it.

I have my regions set up like this in the .ini file:
[regions]
count=3
region_name_00='region0'
region_00=1,0,0,1680,700,0,0
region_pip_00=0,(121.0.0)
region_name_01='region1'
region_01=1,0,700,840,1050,0,0
region_pip_01=0,(122.0.0)
region_name_02='region2'
region_02=1,840,700,1680,1050,0,0
region_pip_02=0,(123.0.0)

I also have maximizer (unmodified) in each of the game directories that i'm starting. I guess I just don't know how to properly start all of the programs. Any help would be appreciated.

By the way, I tried setting up a batch file to launch maximizer. here it is:

"D:\wow3\Maximizer.exe" --margin 0,700,0,0
"D:\Wow1\Maximizer.exe" --margin 700,0,0,840
"D:\Wow2\Maximizer.exe" --margin 700,0,840,0

When I run this file, the bottom 2 load fine, but the top is only half the height its supposed to be, leaving a big stripe of nothing across the center of my screen.