At a command prompt, typing blender /? lists all the possible command line switches.
I always used the -p switch in my 2.4x shortcut, but when invoking 2.5 (2.5.4) the same settings seem to have no effect, e.g:
“C:\Program Files\Blender2.49\blender2.49.exe” -w -p -1280 53 2960 1000
works in 2.4x, opening Blender across two monitors (negative coordinate because second monitor is on the left), but…
“C:\Program Files\Blender2.5\blender.exe” -w -p -1280 53 2960 1000
does not work - Blender stubbornly opens on primary monitor only.
Are the command line switches supposed to be working in 2.5.4, or am I doing something wrong?