I\'m trying to detect the size of the screen I\'m starting emacs on, and adjust the size and position the window it is starting in (I guess that\'s the frame in emacs-speak)
On windows, you could make emacs frame maximized using this function :
(defun w32-maximize-frame () "Maximize the current frame" (interactive) (w32-send-sys-command 61488))