First, I think you need to swap the 840's and 0's for the last argument on all 4 alts. Use this:
Code:
REM batch file to launch 5 evenly spaced wows
REM Left monitor
c:\wow1\maximizer.exe --margin 0,0,0,0
REM top left of right mon
c:\wow2\maximizer.exe --margin 0,675,1920,840
REM bottom left of right mon
c:\wow3\maximizer.exe --margin 525,150,1920,840
REM bottom right, right screen
c:\wow3\maximizer.exe --margin 525,150,2760,0
REM Top right, right screen
c:\wow3\maximizer.exe --margin 0,675,2760,0
Let me know how that goes..