liebs816
10-17-2008, 02:39 PM
So i have my maximizer in all my wow folders (wow1, wow2, wow3) when i click on the .bat file i created it only works like 1 out of 10 times. i think a default is getting changed after it starts.
so my .bat code is this....
[code:1]REM batch file to launch 3 evenly spaced wows
REM Left monitor
c:\wow1\maximizer.exe --margin 480,30,0,0
REM top of right mon
c:\wow2\maximizer.exe --margin 0,570,0,840
REM bottom of right mon
c:\wow3\maximizer.exe --margin 0,570,840,0 [/code:1]
when i click it... the first window pops up fine in the bottom half of my screen.
now when it launches the second one... the screen at the bottom goes to the top left corner of my screen.
when it trys to launch the third wow the window in the top left moves to the top right and the other 2 default back to 800x600 res in the middle of my screen.
I've been working myself for a few days by going into the wtf/config file and changing the resolution my self but it doesnt work.
Any help would be great.
thanks
so my .bat code is this....
[code:1]REM batch file to launch 3 evenly spaced wows
REM Left monitor
c:\wow1\maximizer.exe --margin 480,30,0,0
REM top of right mon
c:\wow2\maximizer.exe --margin 0,570,0,840
REM bottom of right mon
c:\wow3\maximizer.exe --margin 0,570,840,0 [/code:1]
when i click it... the first window pops up fine in the bottom half of my screen.
now when it launches the second one... the screen at the bottom goes to the top left corner of my screen.
when it trys to launch the third wow the window in the top left moves to the top right and the other 2 default back to 800x600 res in the middle of my screen.
I've been working myself for a few days by going into the wtf/config file and changing the resolution my self but it doesnt work.
Any help would be great.
thanks