@mohit9garg
Try to put @echo off at begging of your bat file?
@echo off prevents the prompt and contents of the batch file from being displayed, so that only the output is visible. The @ makes the output of the echo off command hidden as well.