Log in

View Full Version : FOF2K4: Maximized Window


Grid Iron
01-08-2004, 04:34 PM
Well, I know how to adjust the locations of my in-game windows, but does anyone know how to adjust the program so that it always launches in full-screen mode, rather than windowed mode?

Celeval
01-08-2004, 05:19 PM
Open the properties of the shortcut in the Start Menu (right-click, Properties).

In the 'Shortcut' tab, there is a dropdown menu labeled 'Run:' which should say 'Normal'. Change it to 'Maximized'.

Kevin

Grid Iron
01-08-2004, 05:24 PM
Originally posted by Celeval
Open the properties of the shortcut in the Start Menu (right-click, Properties).

In the 'Shortcut' tab, there is a dropdown menu labeled 'Run:' which should say 'Normal'. Change it to 'Maximized'.

Kevin

Thanks. I should have known that.:rolleyes:

Tasan
01-08-2004, 05:25 PM
Anyone know another way to do it? I start fof now with my batch files, and when you call the program from within a batch file, you don't get that option.

Celeval
01-08-2004, 05:28 PM
C:\> start /max "command"

i.e. start /max frfoot.exe

Dutch
01-08-2004, 05:44 PM
Cool. Thanks!

Tasan
01-08-2004, 05:46 PM
Excellent, thanks!