Header in Command prompt

String ParseBat="cmd /c start C:\\temp\\ps.bat \"" + file +"\" \""+logfile+"\"";

From the above windowC:\temp\ps.bat "InputFilename" "LogFilename" gets displayed as aheader to cmd. But I do not want this to be displayed. Could anyone please tell me how do I do this.

[371 byte] By [sony_tja] at [2007-11-27 3:32:55]
# 1
Header? Huh? Try setting the /Q flag for cmd.
CeciNEstPasUnProgrammeura at 2007-7-12 8:35:58 > top of Java-index,Java Essentials,New To Java...
# 2
Did you try to run "start /?" and read it's output? There is something about title...
Michael.Nazarov@sun.coma at 2007-7-12 8:35:58 > top of Java-index,Java Essentials,New To Java...