Ok, I guess you have not spanned your desktop ... are you running Vista? if not then it is highly recommended that you do span them or you will have performance issues.
If they are not spanned, the following should work.
use --display=1 for main monitor and --display=2 for second. (the numbers are the same as shown in display properties)
[code:1]REM batch file to launch 3 screens on 2 monitors
REM Left monitor
c:\wow1\maximizer.exe --margin 0,0,0,1440 --display=1
REM Upper of right mon
c:\wow2\maximizer.exe --margin 0,512,1440,0 --display=2
REM Lower of right mon
c:\wow3\maximizer.exe --margin 512,0,0,1440 --display=2
[/code:1]
Connect With Us