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.

