Hey everyone. Following the guides and setting up maximizer and need some help on the display macro.

I want to run 2 WOW games (so dual box) on one computer and one monitor.
Current monitor setting is at 1440 X 900

So I'm trying to set up the bat file and need help. I guess i want both programs to run horizontally (one on top of the other, not side by side)
And the WOW folders are WOW1 and WOW2

so help?

BTW copied and pasted what im trying to edit from the guide below:

[code:1]REM batch file to launch 3 evenly spaced wows
REM Left monitor
c:\wow2\maximizer.exe --margin 480,30,0,0
REM top of right mon
c:\wow3\maximizer.exe --margin 0,570,0,840
REM bottom of right mon
c:\wow4\maximizer.exe --margin 0,570,840,0 [/code:1]

thanks for the help.