Possible duplicate:Unable to hide welcome screen in Emacs
Is there a way to prevent the GNU Emacs buffer from appearing when emacs starts?
I believe this in your ~/.emacs will do it
~/.emacs
;; no startup msg (setq inhibit-startup-message t) ; Disable startup message
Below in your .emacs there will be a trick.
(setq inhibit-startup-screen t)