Agggghhh. Then I have no clue what I'm doing wrong.

I create the .bat file to open 3 separate windows, and when I click it, a MS-DOS window opens for a split second then closes.

Then nothing.

ever.

So, does anyone have any idea what I'm doing wrong?

My bat file says this:

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