Quote:
you need to setup the margin settings in the config.
there is a value for top and bottom.
first one needs 1/2 of your desktop height as a top-margin
second one needs 1/2 of your desktop height as a bottom-margin
i.e.
desktop size: 1024 x 768 (width x height)
768 / 2 = 384
## Arguments are top,bottom,left,right
#first one:
margin = 384,0,0,0
#second one:
margin = 0,384,0,0
My "GUESS" is that you need to divide your smallest number and put it in place of the 384 in teh quote above. Give it a try let me know if it works. If not hopefully someone can correct me. IE: 1024 /2 = 512. So just stick 512 where the 384's are in the batch file that you have seen in other posts.